Class AnnotationFilterBase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String annotationClassName  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationFilterBase​(java.lang.String annotationClassName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()  
      protected boolean hasAnnotation​(java.util.List attributes)  
      • Methods inherited from class java.lang.Object

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

      • annotationClassName

        protected final java.lang.String annotationClassName
    • Constructor Detail

      • AnnotationFilterBase

        public AnnotationFilterBase​(java.lang.String annotationClassName)
    • Method Detail

      • hasAnnotation

        protected boolean hasAnnotation​(java.util.List attributes)
      • getClassName

        public java.lang.String getClassName()