Searched refs:TypedAnnotationWriter (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java43 class TypedAnnotationWriter<A extends Annotation,W extends JAnnotationWriter<A>> class in inherits:InvocationHandler,JAnnotationWriter
66 public TypedAnnotationWriter(Class<A> annotation, Class<W> writer, JAnnotationUse use) { method in class:TypedAnnotationWriter
108 return new TypedAnnotationWriter(
171 return new TypedAnnotationWriter(r,expectedReturnType,m.annotate(r)).createProxy();
232 return (W)new TypedAnnotationWriter(a,w,annotatable.annotate(a)).createProxy();
H A DJEnumConstant.java132 return TypedAnnotationWriter.create(clazz,this);
H A DJVar.java177 return TypedAnnotationWriter.create(clazz,this);
H A DJAnnotationArrayMember.java256 return TypedAnnotationWriter.create(clazz,this);
H A DJMethod.java267 return TypedAnnotationWriter.create(clazz,this);
H A DJPackage.java388 return TypedAnnotationWriter.create(clazz,this);
H A DJDefinedClass.java878 return TypedAnnotationWriter.create(clazz,this);

Completed in 37 milliseconds