Searched defs:AnnotationImpl (Results 1 - 1 of 1) 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;

Completed in 61 milliseconds