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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java231 Class<? extends Annotation> a = findAnnotationType(w);
235 private static Class<? extends Annotation> findAnnotationType(Class<?> clazz) { method in class:TypedAnnotationWriter
244 Class<? extends Annotation> r = findAnnotationType((Class<?>)t);

Completed in 29 milliseconds