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

Completed in 29 milliseconds