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