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