Searched defs:getAnnotations (Results 1 - 25 of 66) sorted by last modified time

123

/openjdk10/langtools/test/tools/javac/processing/model/type/
H A DBasicAnnoTests.java272 static List<AnnotationMirror> getAnnotations(Element e, String name) { method in class:BasicAnnoTests
/openjdk10/langtools/src/sample/share/language/model/
H A DCoreReflectionFactory.java653 public Annotation[] getAnnotations() { method in class:CoreReflectionFactory.CoreReflElement
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DHtmlDocletWriter.java2319 private List<Content> getAnnotations(int indent, List<? extends AnnotationMirror> descList, boolean linkBreak) { method in class:HtmlDocletWriter
2323 private List<Content> getAnnotations(int indent, AnnotationMirror amirror, boolean linkBreak) { method in class:HtmlDocletWriter
2343 public List<Content> getAnnotations(int indent, List<? extends AnnotationMirror> descList, method in class:HtmlDocletWriter
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java619 public List<JCAnnotation> getAnnotations() { method in class:JCTree.JCPackageDecl
1759 public List<JCAnnotation> getAnnotations() { method in class:JCTree.JCNewArray
2476 public List<JCAnnotation> getAnnotations() { method in class:JCTree.JCTypeParameter
2599 public List<JCAnnotation> getAnnotations() { method in class:JCTree.JCModifiers
2628 public List<JCAnnotation> getAnnotations() { method in class:JCTree.JCAnnotatedType
2674 public List<? extends AnnotationTree> getAnnotations() { method in class:JCTree.JCModuleDecl
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeMetadata.java188 public List<Attribute.TypeCompound> getAnnotations() { method in class:TypeMetadata.Annotations
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/source/tree/
H A DNewArrayTree.java72 List<? extends AnnotationTree> getAnnotations(); method in interface:NewArrayTree
H A DTypeParameterTree.java73 List<? extends AnnotationTree> getAnnotations(); method in interface:TypeParameterTree
H A DPackageTree.java43 List<? extends AnnotationTree> getAnnotations(); method in interface:PackageTree
H A DModuleTree.java49 List<? extends AnnotationTree> getAnnotations(); method in interface:ModuleTree
H A DAnnotatedTypeTree.java49 List<? extends AnnotationTree> getAnnotations(); method in interface:AnnotatedTypeTree
H A DModifiersTree.java59 List<? extends AnnotationTree> getAnnotations(); method in interface:ModifiersTree
/openjdk10/jdk/test/java/lang/reflect/AnnotatedElement/
H A DTestAnnotatedElementDefaults.java278 public Annotation[] getAnnotations() { method in class:AnnotatedElementDelegate
/openjdk10/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DCustomRepeatingWithSecurityManager.java62 public Annotation[] getAnnotations() { method in class:CustomRepeatingWithSecurityManager.CustomAnnotations
/openjdk10/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java188 public <T extends Annotation> T[] getAnnotations(Class<T> annotationClass) { method in class:TestTypeResolver.TypeVariableImpl
192 public Annotation[] getAnnotations() { method in class:TestTypeResolver.TypeVariableImpl
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/reflectiveObjects/
H A DTypeVariableImpl.java206 public Annotation[] getAnnotations() { method in class:TypeVariableImpl
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/annotation/
H A DAnnotatedTypeFactory.java145 public final Annotation[] getAnnotations() { method in class:AnnotatedTypeFactory.AnnotatedTypeBaseImpl
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DParameter.java332 public Annotation[] getAnnotations() { method in class:Parameter
H A DAnnotatedElement.java303 Annotation[] getAnnotations(); method in interface:AnnotatedElement
H A DAccessibleObject.java529 public Annotation[] getAnnotations() { method in class:AccessibleObject
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DModule.java1378 public Annotation[] getAnnotations() { method in class:Module
H A DPackage.java466 public Annotation[] getAnnotations() { method in class:Package
H A DClass.java3645 public Annotation[] getAnnotations() { method in class:Class
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/
H A DParameter.java163 public List<String> getAnnotations() { method in class:Parameter
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DReflectAnnotationReader.java43 public Annotation[] getAnnotations(Method m) { method in class:ReflectAnnotationReader
71 public Annotation[] getAnnotations(final Class<?> cls) { method in class:ReflectAnnotationReader
H A DRuntimeModeler.java218 private Annotation[] getAnnotations(final Method method) { method in class:RuntimeModeler
222 private Annotation[] getAnnotations(final Class<?> c) { method in class:RuntimeModeler

Completed in 234 milliseconds

123