public final class AnnotationHandler extends Object implements InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
annotationEquals(Object proxy,
Object other) |
int |
annotationHashCode(Object proxy) |
String |
annotationToString(Object proxy) |
static <T extends Annotation> |
create(Class<T> annotationType,
Object bean) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static <T extends Annotation> T create(Class<T> annotationType, Object bean)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic int annotationHashCode(Object proxy)
Copyright © 2016. All rights reserved.