Class SerAnnotatedElement

java.lang.Object
net.java.sezpoz.impl.SerAnnotatedElement
All Implemented Interfaces:
Serializable, Comparable<SerAnnotatedElement>

public final class SerAnnotatedElement extends Object implements Serializable, Comparable<SerAnnotatedElement>
Represents one annotated element (class etc.) with a particular list of values. One META-INF/annotations/* file is a sequence of serialized SerAnnotatedElement instances, terminated by a null.
See Also:
  • Field Details

    • className

      public final String className
      fully qualified name of class
    • memberName

      public final String memberName
      mame of method or field within class, or null for whole class
    • isMethod

      public final boolean isMethod
      true for method, false for class or field
    • values

      public final TreeMap<String,Object> values
      values of annotation, as primitive wrappers, String's, ArrayList's (for arrays), or Ser*Const objects
  • Method Details