Package | Description |
---|---|
org.testng.internal.annotations |
Modifier and Type | Field and Description |
---|---|
private static JDK15TagFactory.Default<java.lang.Class<?>> |
JDK15TagFactory.DEFAULT_CLASS |
private static JDK15TagFactory.Default<java.lang.String> |
JDK15TagFactory.DEFAULT_STRING |
Modifier and Type | Method and Description |
---|---|
private <T> T |
JDK15TagFactory.findInherited(T methodValue,
java.lang.Class<?> cls,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.String methodName,
JDK15TagFactory.Default<T> def)
Find the value of an annotation, starting with the annotation found on the
method, then the class and then parent classes until we either find a
non-default value or we reach the top of the hierarchy (Object).
|