Interface AnnotationUtils.ClassProvider<T extends java.lang.annotation.Annotation>

  • All Superinterfaces:
    java.util.function.Function<T,​java.lang.Class<?>>
    Enclosing class:
    AnnotationUtils

    public static interface AnnotationUtils.ClassProvider<T extends java.lang.annotation.Annotation>
    extends java.util.function.Function<T,​java.lang.Class<?>>
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose