Interface AltAnnotation

All Known Implementing Classes:
AnnotationAltAnnotationImpl, AnnotationMirrorAltAnnotationImpl

public interface AltAnnotation
Author:
jwells
  • Method Details

    • annotationType

      String annotationType()
    • getStringValue

      String getStringValue(String methodName)
    • getBooleanValue

      boolean getBooleanValue(String methodName)
    • getStringArrayValue

      String[] getStringArrayValue(String methodName)
    • getAnnotationArrayValue

      AltAnnotation[] getAnnotationArrayValue(String methodName)
    • getClassValue

      AltClass getClassValue(String methodName)
    • getAnnotationValues

      Map<String,Object> getAnnotationValues()