Class AnnotationCacheBuilder


  • public class AnnotationCacheBuilder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationCacheBuilder​(Annotation[] supportedAnnotations, java.util.Set<java.lang.String> ignoredAnnotations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void build​(java.lang.Class<?> type, AnnotationCache cache)  
      • Methods inherited from class java.lang.Object

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

      • AnnotationCacheBuilder

        public AnnotationCacheBuilder​(Annotation[] supportedAnnotations,
                                      java.util.Set<java.lang.String> ignoredAnnotations)
    • Method Detail

      • build

        public void build​(java.lang.Class<?> type,
                          AnnotationCache cache)