Uses of Interface
org.testng.internal.annotations.JDK15TagFactory.Default
-
Packages that use JDK15TagFactory.Default Package Description org.testng.internal.annotations -
-
Uses of JDK15TagFactory.Default in org.testng.internal.annotations
Fields in org.testng.internal.annotations declared as JDK15TagFactory.Default Modifier and Type Field Description private static JDK15TagFactory.Default<java.lang.Class<?>>JDK15TagFactory. DEFAULT_CLASSprivate static JDK15TagFactory.Default<java.lang.String>JDK15TagFactory. DEFAULT_STRINGMethods in org.testng.internal.annotations with parameters of type JDK15TagFactory.Default Modifier and Type Method Description private <T> TJDK15TagFactory. 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).
-