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

/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationImpl.java37 public class AnnotationImpl implements InvocationHandler { class in inherits:InvocationHandler
70 AnnotationImpl handler = new AnnotationImpl(anon, cp, cl);
74 private AnnotationImpl(Annotation a, ClassPool cp, ClassLoader loader) { method in class:AnnotationImpl
123 * <code>AnnotationImpl</code>. The <code>annotationType()</code> method
240 if (ih instanceof AnnotationImpl) {
241 AnnotationImpl other = (AnnotationImpl) ih;
H A DAnnotationMemberValue.java50 return AnnotationImpl.make(cl, getType(cl), cp, value);
H A DAnnotation.java294 return AnnotationImpl.make(cl,
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 109 milliseconds