Class AnnotationEntry

java.lang.Object
org.apache.tomcat.util.bcel.classfile.AnnotationEntry

public class AnnotationEntry extends Object
Represents one annotation in the annotation table
  • Method Details

    • getAnnotationType

      public String getAnnotationType()
      Returns:
      the annotation type name
    • getElementValuePairs

      public List<ElementValuePair> getElementValuePairs()
      Returns:
      the element value pairs in this annotation entry