Uses of Interface
org.testng.internal.annotations.JDK15TagFactory.Default
Packages that use JDK15TagFactory.Default
-
Uses of JDK15TagFactory.Default in org.testng.internal.annotations
Fields in org.testng.internal.annotations declared as JDK15TagFactory.DefaultModifier and TypeFieldDescriptionprivate static final JDK15TagFactory.Default<Class<?>>
JDK15TagFactory.DEFAULT_CLASS
private static final JDK15TagFactory.Default<String>
JDK15TagFactory.DEFAULT_STRING
Methods in org.testng.internal.annotations with parameters of type JDK15TagFactory.DefaultModifier and TypeMethodDescriptionprivate <T> T
JDK15TagFactory.findInherited
(T methodValue, Class<?> cls, Class<? extends Annotation> annotationClass, 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).