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
Gets the annotation type name.- Returns:
- the annotation type name.
-
getElementValuePairs
Gets the element value pairs in this annotation entry.- Returns:
- the element value pairs in this annotation entry.
-