Interface CustomAnnotationScanner


  • public interface CustomAnnotationScanner
    This interface allows custom annotation scanner to be created.
    Author:
    Qingqing Ouyang
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isAnnotation​(String value)
      Test if the passed constant pool string is a reference to a Type.TYPE annotation of a component defined in this scanner
    • Method Detail

      • isAnnotation

        boolean isAnnotation​(String value)
        Test if the passed constant pool string is a reference to a Type.TYPE annotation of a component defined in this scanner
        Returns:
        true if it is an annotation reference