Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java49 public final class AnnotationFactory implements InvocationHandler, Serializable { class
110 private AnnotationFactory(Class<? extends Annotation> klzz, AnnotationMember[] values) { in AnnotationFactory() method in AnnotationFactory