class AnnotationInvocationHandler extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
private String |
attrName |
private Object |
newValue |
private Annotation |
orig |
| Constructor and Description |
|---|
AnnotationInvocationHandler(Annotation origParam,
String attrNameParam,
Object newValueParam) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
private static Class<?>[] |
toClassArray(Object[] arr) |
private Annotation orig
private String attrName
private Object newValue
public AnnotationInvocationHandler(Annotation origParam, String attrNameParam, Object newValueParam) throws Exception
ExceptionCopyright © 2013-2017. All Rights Reserved.