Interface IJLSAnnotation


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

    Modifier and Type
    Method
    Description
    Get the annotation type.
    Get the explicitly defined annotation values.
  • Method Details

    • getType

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

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