Class AnnotationConsumerInitializer



  • @API(status=INTERNAL,
         since="5.0")
    public final class AnnotationConsumerInitializer
    extends java.lang.Object
    AnnotationConsumerInitializer is an internal helper class for initializing AnnotationConsumers.
    Since:
    5.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T initialize​(java.lang.reflect.AnnotatedElement annotatedElement, T instance)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initialize

        public static <T> T initialize​(java.lang.reflect.AnnotatedElement annotatedElement,
                                       T instance)