Searched refs:AnnotationType (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/langtools/test/com/sun/javadoc/testNewLanguageFeatures/pkg/
H A Dpackage-info.java24 @AnnotationType(optional="Package Annotation", required=1994)
H A DAnnotationTypeUsage.java30 @AnnotationType(optional="Class Annotation", required=1994)
34 @AnnotationType(optional="Field Annotation", required=1994)
38 @AnnotationType(optional="Constructor Annotation", required=1994)
43 @AnnotationType(optional="Constructor Param Annotation", required=1994) int documented,
46 @AnnotationType(optional="Method Annotation", required=1994)
51 @AnnotationType(optional="Parameter Annotation", required=1994) int documented,
H A DAnnotationType.java34 @Documented public @interface AnnotationType { interface
/openjdk7/langtools/test/com/sun/javadoc/testAnnotationTypes/pkg/
H A DAnnotationType.java34 @Documented public @interface AnnotationType { interface
/openjdk7/langtools/test/com/sun/javadoc/testTopOption/pkg/
H A DAnnotationType.java28 @Documented public @interface AnnotationType { interface
/openjdk7/langtools/test/com/sun/javadoc/testClassTree/pkg/
H A DAnnotationType.java34 @Documented public @interface AnnotationType { interface
/openjdk7/langtools/test/com/sun/javadoc/testIndex/pkg/
H A DAnnotationType.java34 @Documented public @interface AnnotationType { interface
/openjdk7/langtools/src/share/classes/com/sun/mirror/declaration/
H A DAnnotationMirror.java29 import com.sun.mirror.type.AnnotationType;
59 AnnotationType getAnnotationType();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaLangAccess.java29 import sun.reflect.annotation.AnnotationType;
37 * Set the AnnotationType instance corresponding to this class.
40 void setAnnotationType(Class klass, AnnotationType annotationType);
43 * Get the AnnotationType instance corresponding to this class.
46 AnnotationType getAnnotationType(Class klass);
/openjdk7/langtools/src/share/classes/com/sun/mirror/type/
H A DAnnotationType.java46 public interface AnnotationType extends InterfaceType { interface in inherits:InterfaceType
/openjdk7/langtools/test/com/sun/javadoc/testNewLanguageFeatures/pkg1/
H A DA.java38 AnnotationType a();
H A DB.java36 a = @AnnotationType(optional="foo",required=1994),
/openjdk7/langtools/test/tools/apt/mirror/type/
H A DAnnoTyp.java28 * @summary AnnotationType tests
54 private AnnotationType at; // an annotation type
78 public void visitAnnotationType(AnnotationType t) {
86 // AnnotationType method
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationType.java41 public class AnnotationType { class
73 * Returns an AnnotationType instance for the specified annotation type.
78 public static synchronized AnnotationType getInstance(
81 AnnotationType result = sun.misc.SharedSecrets.getJavaLangAccess().
84 result = new AnnotationType((Class<? extends Annotation>) annotationClass);
96 private AnnotationType(final Class<? extends Annotation> annotationClass) { method in class:AnnotationType
H A DAnnotationParser.java91 AnnotationType type = AnnotationType.getInstance(klass);
154 AnnotationType type = AnnotationType.getInstance(
219 AnnotationType type = null;
221 type = AnnotationType.getInstance(annotationClass);
H A DAnnotationInvocationHandler.java336 AnnotationType annotationType = null;
338 annotationType = AnnotationType.getInstance(type);
/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DTypeVisitor.java115 public void visitAnnotationType(AnnotationType t);
H A DSimpleTypeVisitor.java142 public void visitAnnotationType(AnnotationType t) {
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/type/
H A DAnnotationTypeImpl.java37 * Implementation of AnnotationType
41 implements AnnotationType {
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DAnnotationMirrorImpl.java33 import com.sun.mirror.type.AnnotationType;
99 public AnnotationType getAnnotationType() {
100 return (AnnotationType) env.typeMaker.getType(anno.type);
H A DAnnotationProxyMaker.java166 !AnnotationType.invocationHandlerReturnType(runtimeType)
/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DAnnoMirror.java49 AnnotationType getAnnotationType() {
/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java40 import sun.reflect.annotation.AnnotationType;
1180 public void setAnnotationType(Class klass, AnnotationType type) {
1183 public AnnotationType getAnnotationType(Class klass) {
H A DClass.java3178 if (AnnotationType.getInstance(annotationClass).isInherited())
3185 // Annotation types cache their internal (AnnotationType) form
3187 private AnnotationType annotationType;
3189 void setAnnotationType(AnnotationType type) {
3193 AnnotationType getAnnotationType() {
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DMethod.java35 import sun.reflect.annotation.AnnotationType;
739 Class<?> memberType = AnnotationType.invocationHandlerReturnType(

Completed in 233 milliseconds

12