Searched refs:AnnotationFactory (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/
H A DAnnotationFactory.java54 public final class AnnotationFactory implements InvocationHandler, Serializable { class in inherits:InvocationHandler,Serializable
100 AnnotationFactory antn = new AnnotationFactory(annotationType, elements);
116 private AnnotationFactory(Class<? extends Annotation> klzz, AnnotationMember[] values) { method in class:AnnotationFactory
194 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory ) {
195 AnnotationFactory other = (AnnotationFactory) handler;

Completed in 57 milliseconds