Interface IJavaAnnotationElement

All Superinterfaces:
IJavaElement

@Ser public interface IJavaAnnotationElement extends IJavaElement
Java AST interface to represent a Java annotation element.

Example:

 @SomeAnnotation(name = "foo")
                 ^^^^^^^^^^^^