Interface IJLSAnnotation
public interface IJLSAnnotation
An annotation, as defined by the JLS.
-
Method Summary
-
Method Details
-
getType
String getType()- Returns:
- the annotation type in binary form
-
getValues
- Returns:
- a mapping of name and values explicitly defined in the annotation
-