Class AnnoDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.structs.LocatedDef
-
- com.thoughtworks.qdox.parser.structs.AnnoDef
-
public class AnnoDef extends LocatedDef
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map
args
java.lang.String
name
AnnoDef
tempAnno
-
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
-
-
Constructor Summary
Constructors Constructor Description AnnoDef()
-
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 java.lang.String name
-
args
public java.util.Map args
-
tempAnno
public AnnoDef tempAnno
-
-