public class AnnotationConfig
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Constructor and Description |
---|
AnnotationConfig(AnnotationInterfaceType configType,
java.lang.Class<?> annotationType) |
AnnotationConfig(java.lang.Class<?> annotationType) |
Modifier and Type | Method and Description |
---|---|
ConfigType<?> |
getConfigType() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
java.lang.annotation.Annotation |
replace() |
void |
setAttribute(java.lang.String name,
java.lang.Object value) |
java.lang.String |
toString() |
public AnnotationConfig(java.lang.Class<?> annotationType)
public AnnotationConfig(AnnotationInterfaceType configType, java.lang.Class<?> annotationType)
public ConfigType<?> getConfigType()
public void setAttribute(java.lang.String name, java.lang.Object value)
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
invoke
in interface java.lang.reflect.InvocationHandler
public java.lang.annotation.Annotation replace()
public java.lang.String toString()
toString
in class java.lang.Object