Package net.java.sezpoz.impl
Class SerAnnConst
- java.lang.Object
-
- net.java.sezpoz.impl.SerAnnConst
-
- All Implemented Interfaces:
java.io.Serializable
public final class SerAnnConst extends java.lang.Object implements java.io.Serializable
Representation of a nested annotation constant.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
fully qualified name of annotation typejava.util.TreeMap<java.lang.String,java.lang.Object>
values
values of annotation attrs, as inSerAnnotatedElement
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
name
public final java.lang.String name
fully qualified name of annotation type
-
values
public final java.util.TreeMap<java.lang.String,java.lang.Object> values
values of annotation attrs, as inSerAnnotatedElement
-
-