Interface AnnotationConsumer<A extends java.lang.annotation.Annotation>

  • All Superinterfaces:
    java.util.function.Consumer<A>


    @API(status=EXPERIMENTAL,
         since="5.0")
    public interface AnnotationConsumer<A extends java.lang.annotation.Annotation>
    extends java.util.function.Consumer<A>
    @AnnotationConsumer is a @FunctionalInterface for consuming annotations.

    It is typically implemented by implementations of ArgumentsProvider and ArgumentConverter in order to signal that they can Consumer.accept(T) a certain annotation.

    Since:
    5.0
    • Method Summary

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

        accept, andThen