Searched refs:AnnotationImpl (Results 1 - 3 of 3) 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,

Completed in 85 milliseconds