Class Annotations
- java.lang.Object
-
- org.apache.tomcat.util.bcel.classfile.Annotations
-
public class Annotations extends java.lang.Object
base class for annotations
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationEntry[]
getAnnotationEntries()
-
-
-
Method Detail
-
getAnnotationEntries
public AnnotationEntry[] getAnnotationEntries()
- Returns:
- the array of annotation entries in this annotation
-
-