Searched defs:AnnotationInvocationHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationInvocationHandler.java42 class AnnotationInvocationHandler implements InvocationHandler, Serializable { class in inherits:InvocationHandler,Serializable
47 AnnotationInvocationHandler(Class<? extends Annotation> type, Map<String, Object> memberValues) { method in class:AnnotationInvocationHandler
192 AnnotationInvocationHandler hisHandler = asOneOfUs(o);
212 * proxy with a handler of type AnnotationInvocationHandler.
215 private AnnotationInvocationHandler asOneOfUs(Object o) {
218 if (handler instanceof AnnotationInvocationHandler)
219 return (AnnotationInvocationHandler) handler;

Completed in 92 milliseconds