Package org.testng.internal.annotations
Interface JDK15TagFactory.Default<T>
-
- Enclosing class:
- JDK15TagFactory
static interface JDK15TagFactory.Default<T>
This interface is used to calculate the default value for various annotation return types. This is used when looking for an annotation in a hierarchy. We can't use null as a default since annotation don't allow nulls, so each type has a different way of defining its own default.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDefault(T t)
-
-
-
Method Detail
-
isDefault
boolean isDefault(T t)
-
-