Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java49 public final class AnnotationFactory implements InvocationHandler, Serializable { class
94 AnnotationFactory factory = new AnnotationFactory(annotationType, elements); in createAnnotation()
110 private AnnotationFactory(Class<? extends Annotation> klzz, AnnotationMember[] values) { in AnnotationFactory() method in AnnotationFactory
186 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory) { in equals()
187 AnnotationFactory other = (AnnotationFactory) handler; in equals()
/libcore/
Dnon_openjdk_java_files.mk395 luni/src/main/java/libcore/reflect/AnnotationFactory.java \