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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java230 static <W extends JAnnotationWriter<?>> W create(Class<W> w, JAnnotatable annotatable) { argument
232 return (W)new TypedAnnotationWriter(a,w,annotatable.annotate(a)).createProxy();

Completed in 46 milliseconds