Interface IJLSAnnotation


public interface IJLSAnnotation
An annotation, as defined by the JLS.
  • Method Details

    • getType

      String getType()
      Returns:
      the annotation type in binary form
    • getValues

      Map<String,IJLSValue> getValues()
      Returns:
      a mapping of name and values explicitly defined in the annotation