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 Detail

      • isDefault

        boolean isDefault​(T t)