public interface CustomAnnotationInstance
| Modifier and Type | Method and Description |
|---|---|
void |
addParameterData(java.lang.String paramName,
java.lang.Object paramValue)
This method stores parameter data in the CustomAnnotationInstance
based on the key that is supplied.
|
java.lang.String |
getAnnotationClassName()
This returns a string that represents the fully qualified name
of the annotation type this instance represents.
|
java.lang.Object |
getParameterData(java.lang.String paramName)
This method retrieves the parameter data associated with the given
parameter name.
|
java.lang.annotation.ElementType |
getTarget()
This method returns the ElementType Enum that represents
the target for this annotation instance.
|
void |
setAnnotationClassName(java.lang.String annotationClassName)
This sets a string that represents the fully qualified name
of the annotation type this instance represents.
|
void |
setTarget(java.lang.annotation.ElementType elementType)
This method sets the ElementType Enum that represents the
target for this annotation instance.
|
java.lang.String getAnnotationClassName()
void setAnnotationClassName(java.lang.String annotationClassName)
void setTarget(java.lang.annotation.ElementType elementType)
java.lang.annotation.ElementType getTarget()
void addParameterData(java.lang.String paramName,
java.lang.Object paramValue)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionjava.lang.Object getParameterData(java.lang.String paramName)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.