Searched defs:AnnotationType (Results 1 - 7 of 7) sorted by relevance

/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/test/com/sun/javadoc/testNewLanguageFeatures/pkg/
H A DAnnotationType.java34 @Documented public @interface AnnotationType { interface
/openjdk7/langtools/src/share/classes/com/sun/mirror/type/
H A DAnnotationType.java46 public interface AnnotationType extends InterfaceType { interface in inherits:InterfaceType
/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

Completed in 68 milliseconds