Class AnnotationEntry
- java.lang.Object
-
- org.apache.tomcat.util.bcel.classfile.AnnotationEntry
-
public class AnnotationEntry extends java.lang.ObjectRepresents one annotation in the annotation table
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAnnotationType()Gets the annotation type name.java.util.List<ElementValuePair>getElementValuePairs()Gets the element value pairs in this annotation entry.
-
-
-
Method Detail
-
getAnnotationType
public java.lang.String getAnnotationType()
Gets the annotation type name.- Returns:
- the annotation type name.
-
getElementValuePairs
public java.util.List<ElementValuePair> getElementValuePairs()
Gets the element value pairs in this annotation entry.- Returns:
- the element value pairs in this annotation entry.
-
-