com.thoughtworks.qdox.model
Class Annotation
java.lang.Object
com.thoughtworks.qdox.model.Annotation
- AnnotationValue, Serializable
public class Annotation
extends java.lang.Object
Annotation
public Annotation(Type type,
int line)
getLineNumber
public int getLineNumber()
getNamedParameter
public Object getNamedParameter(String key)
key
- name of a named-parameter
- the corresponding value,
or null if no such named-parameter was present
getNamedParameterMap
public Map getNamedParameterMap()
- a Map containing all the named-parameters
getPropertyMap
public Map getPropertyMap()
getType
public Type getType()
toString
public String toString()