Searched defs:annotationType (Results 1 - 25 of 78) sorted by last modified time

1234

/openjdk10/langtools/test/tools/javac/processing/model/util/
H A DTestIntersectionTypeVisitors.java70 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { argument
80 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { argument
/openjdk10/langtools/test/tools/javac/annotations/pos/
H A DClassB.java26 public Class<ClassA> annotationType() { return ClassA.class; } method in class:ClassB
/openjdk10/langtools/test/tools/javac/annotations/neg/
H A DNoAnnotationMethods.java10 int annotationType(); method in interface:NoAnnotationMethods
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/builders/
H A DBuilderFactory.java137 getAnnotationTypeBuilder( TypeElement annotationType, TypeMirror prevType, TypeMirror nextType) argument
H A DAnnotationTypeBuilder.java52 private final TypeElement annotationType; field in class:AnnotationTypeBuilder
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/
H A DWriterFactory.java103 getAnnotationTypeWriter( TypeElement annotationType, TypeMirror prevType, TypeMirror nextType) argument
H A DOverviewElement.java93 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { argument
103 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { argument
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DWriterFactoryImpl.java104 public AnnotationTypeWriter getAnnotationTypeWriter(TypeElement annotationType, argument
H A DContents.java61 public final Content annotationType; field in class:Contents
H A DAnnotationTypeFieldWriterImpl.java65 AnnotationTypeFieldWriterImpl(SubWriterHolderWriter writer, TypeElement annotationType) argument
H A DAnnotationTypeWriterImpl.java70 protected TypeElement annotationType; field in class:AnnotationTypeWriterImpl
82 AnnotationTypeWriterImpl(HtmlConfiguration configuration, TypeElement annotationType, TypeMirror prevType, TypeMirror nextType) argument
[all...]
H A DAnnotationTypeRequiredMemberWriterImpl.java66 AnnotationTypeRequiredMemberWriterImpl(SubWriterHolderWriter writer, TypeElement annotationType) argument
H A DAnnotationTypeOptionalMemberWriterImpl.java65 AnnotationTypeOptionalMemberWriterImpl(SubWriterHolderWriter writer, TypeElement annotationType) argument
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/
H A DAnnotationDescImpl.java66 public AnnotationTypeDoc annotationType() { method in class:AnnotationDescImpl
/openjdk10/langtools/src/jdk.javadoc/share/classes/com/sun/javadoc/
H A DAnnotationDesc.java49 AnnotationTypeDoc annotationType(); method in interface:AnnotationDesc
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java519 public JCAnnotation Annotation(JCTree annotationType, List<JCExpression> args) { argument
525 public JCAnnotation TypeAnnotation(JCTree annotationType, List<JCExpression> args) { argument
H A DJCTree.java2550 public JCTree annotationType; field in class:JCTree.JCAnnotation
2554 protected JCAnnotation(Tag tag, JCTree annotationType, List<JCExpression> args) { argument
3037 JCAnnotation Annotation(JCTree annotationType, List<JCExpression> args); argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java409 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { argument
415 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { argument
H A DSymtab.java186 public final Type annotationType; field in class:Symtab
/openjdk10/langtools/src/java.compiler/share/classes/javax/lang/model/element/
H A DElement.java251 <A extends Annotation> A getAnnotation(Class<A> annotationType); argument
/openjdk10/langtools/src/java.compiler/share/classes/javax/lang/model/
H A DAnnotatedConstruct.java173 <A extends Annotation> A getAnnotation(Class<A> annotationType); argument
234 <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType); argument
/openjdk10/langtools/make/src/classes/build/tools/symbolgenerator/
H A DCreateSymbols.java1973 String annotationType; field in class:CreateSymbols.AnnotationDescription
1976 public AnnotationDescription(String annotationType, Map<String, Object> values) { argument
[all...]
/openjdk10/jdk/test/java/lang/annotation/repeatingAnnotations/
H A DCustomRepeatingWithSecurityManager.java81 public Class<? extends Annotation> annotationType() { method in class:CustomRepeatingWithSecurityManager.MyAnnotationsImpl
95 public Class<? extends Annotation> annotationType() { method in class:CustomRepeatingWithSecurityManager.MyAnnotationImpl
/openjdk10/jdk/test/java/lang/annotation/
H A DAnnotationsInheritanceOrderRedefinitionTest.java163 private static Annotation ann(Class<? extends Annotation> annotationType, argument
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DMorphTables.h365 annotationType = 24, enumerator in enum:__anon940

Completed in 306 milliseconds

1234