Class AnnotationEntry
java.lang.Object
org.apache.tomcat.util.bcel.classfile.AnnotationEntry
Represents one annotation in the annotation table
-
Method Summary
Modifier and TypeMethodDescriptionGets the annotation type name.Gets the element value pairs in this annotation entry.
-
Method Details
-
getAnnotationType
-
getElementValuePairs
Gets the element value pairs in this annotation entry.- Returns:
- the element value pairs in this annotation entry.
-