Package org.jboss.jdeparser
Interface JAnnotationArray
-
- All Known Implementing Classes:
ImplJAnnotationArray
public interface JAnnotationArray
An array of annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JAnnotation
add()
Add an annotation of the array's type to the array.
-
-
-
Method Detail
-
add
JAnnotation add()
Add an annotation of the array's type to the array.- Returns:
- the new annotation
-
-