Home
last modified time | relevance | path

Searched refs:annotationType (Results 1 – 25 of 1266) sorted by relevance

12345678910>>...51

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/type/
H A DStandardAnnotationMetadata.java79 if (ann.annotationType().getName().equals(annotationType)) { in getMetaAnnotationTypes()
97 if (ann.annotationType().getName().equals(annotationType)) { in hasAnnotation()
109 if (metaAnn.annotationType().getName().equals(annotationType)) { in hasMetaAnnotation()
125 if (ann.annotationType().getName().equals(annotationType)) { in isAnnotated()
129 if (metaAnn.annotationType().getName().equals(annotationType)) { in isAnnotated()
144 if (ann.annotationType().getName().equals(annotationType)) { in getAnnotationAttributes()
149 if (metaAnn.annotationType().getName().equals(annotationType)) { in getAnnotationAttributes()
162 if (ann.annotationType().getName().equals(annotationType)) { in hasAnnotatedMethods()
167 if (metaAnn.annotationType().getName().equals(annotationType)) { in hasAnnotatedMethods()
182 if (ann.annotationType().getName().equals(annotationType)) { in getAnnotatedMethods()
[all …]
H A DStandardMethodMetadata.java91 public boolean isAnnotated(String annotationType) { in isAnnotated() argument
94 if (ann.annotationType().getName().equals(annotationType)) { in isAnnotated()
97 for (Annotation metaAnn : ann.annotationType().getAnnotations()) { in isAnnotated()
98 if (metaAnn.annotationType().getName().equals(annotationType)) { in isAnnotated()
106 public Map<String, Object> getAnnotationAttributes(String annotationType) { in getAnnotationAttributes() argument
109 if (ann.annotationType().getName().equals(annotationType)) { in getAnnotationAttributes()
113 for (Annotation metaAnn : ann.annotationType().getAnnotations()) { in getAnnotationAttributes()
114 if (metaAnn.annotationType().getName().equals(annotationType)) { in getAnnotationAttributes()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/annotation/
H A DAnnotationUtils.java68 T ann = ae.getAnnotation(annotationType); in getAnnotation()
71 ann = metaAnn.annotationType().getAnnotation(annotationType); in getAnnotation()
101 A ann = resolvedMethod.getAnnotation(annotationType); in getAnnotation()
104 ann = metaAnn.annotationType().getAnnotation(annotationType); in getAnnotation()
200 A annotation = clazz.getAnnotation(annotationType); in findAnnotation()
205 annotation = findAnnotation(ifc, annotationType); in findAnnotation()
212 annotation = findAnnotation(ann.annotationType(), annotationType); in findAnnotation()
222 return findAnnotation(superClass, annotationType); in findAnnotation()
272 if (annotation.annotationType().equals(annotationType)) { in isAnnotationDeclaredLocally()
298 …return (clazz.isAnnotationPresent(annotationType) && !isAnnotationDeclaredLocally(annotationType, … in isAnnotationInherited()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DMakeAnnotation.java23 ClassType annotationType; field in MakeAnnotation
27 this.annotationType = annotationType; in MakeAnnotation()
35 if (annotationType instanceof ClassType) in make()
37 else if (annotationType instanceof Class) in make()
61 : "@" + annotationType.getName(); in getName()
77 ClassType annotationType = aproc.annotationType; in validate() local
79 if (annotationType == null) in validate()
85 annotationType = (ClassType) t; in validate()
90 if (annotationType != null) in validate()
188 ClassType annotationType = this.annotationType; in applyN() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java130 Objects.requireNonNull(annotationType); in AnnotationElement()
144 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
147 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
150 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
151 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
347 Objects.requireNonNull(annotationType); in getAnnotation()
381 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
384 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
387 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
390 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java130 Objects.requireNonNull(annotationType); in AnnotationElement()
144 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
147 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
150 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
151 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
347 Objects.requireNonNull(annotationType); in getAnnotation()
381 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
384 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
387 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
390 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java130 Objects.requireNonNull(annotationType); in AnnotationElement()
144 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
147 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
150 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
151 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
347 Objects.requireNonNull(annotationType); in getAnnotation()
381 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
384 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
387 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
390 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java138 Objects.requireNonNull(annotationType); in AnnotationElement()
152 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
155 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
158 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
159 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
363 Objects.requireNonNull(annotationType); in getAnnotation()
397 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
400 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
403 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
406 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java138 Objects.requireNonNull(annotationType); in AnnotationElement()
152 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
155 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
158 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
159 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
363 Objects.requireNonNull(annotationType); in getAnnotation()
397 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
400 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
403 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
406 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/
H A DAnnotationElement.java138 Objects.requireNonNull(annotationType); in AnnotationElement()
152 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
155 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
158 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
159 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
363 Objects.requireNonNull(annotationType); in getAnnotation()
397 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
400 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
403 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
406 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java138 Objects.requireNonNull(annotationType); in AnnotationElement()
152 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
155 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
158 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
159 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
363 Objects.requireNonNull(annotationType); in getAnnotation()
397 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
400 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
403 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
406 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java138 Objects.requireNonNull(annotationType); in AnnotationElement()
152 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
155 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
158 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
159 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
363 Objects.requireNonNull(annotationType); in getAnnotation()
397 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
400 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
403 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
406 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DAnnotationElement.java138 Objects.requireNonNull(annotationType); in AnnotationElement()
152 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
155 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
158 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
159 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
363 Objects.requireNonNull(annotationType); in getAnnotation()
397 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
400 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
403 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
406 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/jfr/
H A DAnnotationElement.java138 Objects.requireNonNull(annotationType); in AnnotationElement()
152 … if (AnnotationElement.class.isAssignableFrom(annotationType) && annotationType.isInterface()) { in AnnotationElement()
155 …if (!isKnownJFRAnnotation(annotationType) && annotationType.getAnnotation(MetadataDefinition.class… in AnnotationElement()
158 if (isKnownJFRAnnotation(annotationType)) { in AnnotationElement()
159 …this.type = new Type(annotationType.getCanonicalName(), Type.SUPER_TYPE_ANNOTATION, Type.getTypeId… in AnnotationElement()
363 Objects.requireNonNull(annotationType); in getAnnotation()
397 if (annotationType == Registered.class) { in isKnownJFRAnnotation()
400 if (annotationType == Threshold.class) { in isKnownJFRAnnotation()
403 if (annotationType == StackTrace.class) { in isKnownJFRAnnotation()
406 if (annotationType == Period.class) { in isKnownJFRAnnotation()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java65 protected TypeElement annotationType; field in AnnotationTypeWriterImpl
74 TypeElement annotationType) { in AnnotationTypeWriterImpl() argument
76 this.annotationType = annotationType; in AnnotationTypeWriterImpl()
77 configuration.currentTypeElement = annotationType; in AnnotationTypeWriterImpl()
115 LinkInfoImpl.Kind.CLASS_HEADER, annotationType); in getHeader()
184 addAnnotationInfo(annotationType, pre); in addAnnotationTypeSignature()
191 addSrcLink(annotationType, annotationName, pre); in addAnnotationTypeSignature()
207 if (!utils.getFullBody(annotationType).isEmpty()) { in addAnnotationTypeDescription()
219 addTagsInfo(annotationType, annotationInfoTree); in addAnnotationTypeTagInfo()
229 if (utils.isDeprecated(annotationType)) { in addAnnotationTypeDeprecationInfo()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java68 protected TypeElement annotationType; field in AnnotationTypeWriterImpl
77 TypeElement annotationType) { in AnnotationTypeWriterImpl() argument
79 this.annotationType = annotationType; in AnnotationTypeWriterImpl()
80 configuration.currentTypeElement = annotationType; in AnnotationTypeWriterImpl()
120 LinkInfoImpl.Kind.CLASS_HEADER, annotationType); in getHeader()
187 addAnnotationInfo(annotationType, pre); in addAnnotationTypeSignature()
194 addSrcLink(annotationType, annotationName, pre); in addAnnotationTypeSignature()
210 if (!utils.getFullBody(annotationType).isEmpty()) { in addAnnotationTypeDescription()
222 addTagsInfo(annotationType, annotationInfoTree); in addAnnotationTypeTagInfo()
232 if (utils.isDeprecated(annotationType)) { in addAnnotationTypeDeprecationInfo()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/type/filter/
H A DAnnotationTypeFilter.java38 private final Class<? extends Annotation> annotationType; field in AnnotationTypeFilter
51 public AnnotationTypeFilter(Class<? extends Annotation> annotationType) { in AnnotationTypeFilter() argument
52 this(annotationType, true); in AnnotationTypeFilter()
61 …public AnnotationTypeFilter(Class<? extends Annotation> annotationType, boolean considerMetaAnnota… in AnnotationTypeFilter() argument
62 this(annotationType, considerMetaAnnotations, false); in AnnotationTypeFilter()
71 …public AnnotationTypeFilter(Class<? extends Annotation> annotationType, boolean considerMetaAnnota… in AnnotationTypeFilter() argument
72 super(annotationType.isAnnotationPresent(Inherited.class), considerInterfaces); in AnnotationTypeFilter()
73 this.annotationType = annotationType; in AnnotationTypeFilter()
81 return metadata.hasAnnotation(this.annotationType.getName()) || in matchSelf()
82 (this.considerMetaAnnotations && metadata.hasMetaAnnotation(this.annotationType.getName())); in matchSelf()
[all …]
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.proxy/test/com/googlecode/miyamoto/
H A DAnnotationProxyBuilder.java44 if (annotationType == null) { in newBuilder()
47 return new AnnotationProxyBuilder<>(annotationType); in newBuilder()
87 private final Class<A> annotationType;
104 private AnnotationProxyBuilder(final Class<A> annotationType) {
105 this.annotationType = annotationType;
110 for (final Method method : getDeclaredMethods(annotationType)) {
120 …this.proxedAnnotation = annotationType.cast(Proxy.newProxyInstance(annotationType.getClassLoader()…
121 annotationType
176 public Class<? extends Annotation> annotationType() {
177 return this.annotationType;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java67 protected TypeElement annotationType; field in AnnotationTypeWriterImpl
76 TypeElement annotationType) { in AnnotationTypeWriterImpl() argument
78 this.annotationType = annotationType; in AnnotationTypeWriterImpl()
79 configuration.currentTypeElement = annotationType; in AnnotationTypeWriterImpl()
123 LinkInfoImpl.Kind.CLASS_HEADER, annotationType); in getHeader()
195 addAnnotationInfo(annotationType, pre); in addAnnotationTypeSignature()
202 addSrcLink(annotationType, annotationName, pre); in addAnnotationTypeSignature()
218 if (!utils.getFullBody(annotationType).isEmpty()) { in addAnnotationTypeDescription()
230 addTagsInfo(annotationType, annotationInfoTree); in addAnnotationTypeTagInfo()
240 if (utils.isDeprecated(annotationType)) { in addAnnotationTypeDeprecationInfo()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java67 protected TypeElement annotationType; field in AnnotationTypeWriterImpl
76 TypeElement annotationType) { in AnnotationTypeWriterImpl() argument
78 this.annotationType = annotationType; in AnnotationTypeWriterImpl()
79 configuration.currentTypeElement = annotationType; in AnnotationTypeWriterImpl()
123 LinkInfoImpl.Kind.CLASS_HEADER, annotationType); in getHeader()
195 addAnnotationInfo(annotationType, pre); in addAnnotationTypeSignature()
202 addSrcLink(annotationType, annotationName, pre); in addAnnotationTypeSignature()
218 if (!utils.getFullBody(annotationType).isEmpty()) { in addAnnotationTypeDescription()
230 addTagsInfo(annotationType, annotationInfoTree); in addAnnotationTypeTagInfo()
240 if (utils.isDeprecated(annotationType)) { in addAnnotationTypeDeprecationInfo()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java67 protected TypeElement annotationType; field in AnnotationTypeWriterImpl
76 TypeElement annotationType) { in AnnotationTypeWriterImpl() argument
78 this.annotationType = annotationType; in AnnotationTypeWriterImpl()
79 configuration.currentTypeElement = annotationType; in AnnotationTypeWriterImpl()
123 LinkInfoImpl.Kind.CLASS_HEADER, annotationType); in getHeader()
195 addAnnotationInfo(annotationType, pre); in addAnnotationTypeSignature()
202 addSrcLink(annotationType, annotationName, pre); in addAnnotationTypeSignature()
218 if (!utils.getFullBody(annotationType).isEmpty()) { in addAnnotationTypeDescription()
230 addTagsInfo(annotationType, annotationInfoTree); in addAnnotationTypeTagInfo()
240 if (utils.isDeprecated(annotationType)) { in addAnnotationTypeDeprecationInfo()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.aop/src/main/java/org/springframework/aop/support/annotation/
H A DAnnotationMethodMatcher.java37 private final Class<? extends Annotation> annotationType; field in AnnotationMethodMatcher
44 public AnnotationMethodMatcher(Class<? extends Annotation> annotationType) { in AnnotationMethodMatcher() argument
45 Assert.notNull(annotationType, "Annotation type must not be null"); in AnnotationMethodMatcher()
46 this.annotationType = annotationType; in AnnotationMethodMatcher()
51 if (method.isAnnotationPresent(this.annotationType)) { in matches()
56 return (specificMethod != method && specificMethod.isAnnotationPresent(this.annotationType)); in matches()
68 return this.annotationType.equals(otherMm.annotationType); in equals()
73 return this.annotationType.hashCode(); in hashCode()
H A DAnnotationClassFilter.java35 private final Class<? extends Annotation> annotationType; field in AnnotationClassFilter
44 public AnnotationClassFilter(Class<? extends Annotation> annotationType) { in AnnotationClassFilter() argument
45 this(annotationType, false); in AnnotationClassFilter()
55 public AnnotationClassFilter(Class<? extends Annotation> annotationType, boolean checkInherited) { in AnnotationClassFilter() argument
56 Assert.notNull(annotationType, "Annotation type must not be null"); in AnnotationClassFilter()
57 this.annotationType = annotationType; in AnnotationClassFilter()
64 (AnnotationUtils.findAnnotation(clazz, this.annotationType) != null) : in matches()
65 clazz.isAnnotationPresent(this.annotationType)); in matches()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/type/classreading/
H A DAnnotationAttributesReadingVisitor.java64 String annotationType = Type.getType(asmTypeDescriptor).getClassName(); in visitAnnotation() local
129 String annotationType = Type.getType(asmTypeDescriptor).getClassName(); in visitAnnotation() local
151 private final String annotationType; field in RecursiveAnnotationAttributesVisitor
157 this.annotationType = annotationType; in RecursiveAnnotationAttributesVisitor()
218 private final String annotationType; field in AnnotationAttributesReadingVisitor
226 String annotationType, Map<String, AnnotationAttributes> attributesMap, in AnnotationAttributesReadingVisitor() argument
229 super(annotationType, new AnnotationAttributes(), classLoader); in AnnotationAttributesReadingVisitor()
230 this.annotationType = annotationType; in AnnotationAttributesReadingVisitor()
238 this.attributesMap.put(this.annotationType, this.attributes); in doVisitEnd()
246 metaAnnotationTypeNames.add(metaAnnotation.annotationType().getName()); in registerMetaAnnotations()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAnnotationTypeWriterImpl.java57 protected AnnotationTypeDoc annotationType; field in AnnotationTypeWriterImpl
72 this.annotationType = annotationType; in AnnotationTypeWriterImpl()
73 configuration.currentcd = annotationType.asClassDoc(); in AnnotationTypeWriterImpl()
152 annotationType.containingPackage().name(): ""; in getHeader()
153 String clname = annotationType.name(); in getHeader()
220 addAnnotationInfo(annotationType, pre); in addAnnotationTypeSignature()
227 addSrcLink(annotationType, annotationName, pre); in addAnnotationTypeSignature()
242 if (annotationType.inlineTags().length > 0) { in addAnnotationTypeDescription()
263 Tag[] deprs = annotationType.tags("deprecated"); in addAnnotationTypeDeprecationInfo()
264 if (Util.isDeprecated(annotationType)) { in addAnnotationTypeDeprecationInfo()
[all …]

12345678910>>...51