Class Key.AnnotationTypeStrategy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.annotation.Annotation annotation  
      (package private) java.lang.Class<? extends java.lang.annotation.Annotation> annotationType  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationTypeStrategy​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, java.lang.annotation.Annotation annotation)  
    • Field Detail

      • annotationType

        final java.lang.Class<? extends java.lang.annotation.Annotation> annotationType
      • annotation

        final java.lang.annotation.Annotation annotation
    • Constructor Detail

      • AnnotationTypeStrategy

        AnnotationTypeStrategy​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
                               java.lang.annotation.Annotation annotation)