Interface IAnnotatedElement


public interface IAnnotatedElement
Interface for objects which can be annotated since main classes may need to read info from mirror annotations in the AP
  • Method Details

    • getAnnotation

      IAnnotationHandle getAnnotation(Class<? extends Annotation> annotationClass)
      Get annotation from element
      Parameters:
      annotationClass - Annotation class to retrieve
      Returns:
      annotation handle