Annotations are obtained using {@link IAnnotatable#getAnnotation(String)}.
Note that annotations are not children of their declaring element. To get a list of the annotations use {@link IAnnotatable#getAnnotations()}.
This interface is not intended to be implemented or extended by clients.
@since 3.4
|
|