Searched defs:getPackageAnnotation (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java122 public <A extends Annotation> A getPackageAnnotation(Class<A> a, TypeDeclaration clazz, Locatable srcPos) { method in class:InlineAnnotationReaderImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAnnotationReader.java144 <A extends Annotation> A getPackageAnnotation(Class<A> annotation, C clazz, Locatable srcpos); method in interface:AnnotationReader
H A DRuntimeInlineAnnotationReader.java101 public <A extends Annotation> A getPackageAnnotation(Class<A> a, Class clazz, Locatable srcPos) { method in class:RuntimeInlineAnnotationReader

Completed in 46 milliseconds