Searched defs:annotation (Results 1 - 25 of 45) sorted by relevance

12

/libcore/dalvik/src/main/java/dalvik/annotation/
H A DAndroidOnly.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
35 * Plain text reason for adding this annotation.
H A DAnnotationDefault.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * A "system annotation" used to provide the AnnotationDefault attribute.
H A DBrokenTest.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
34 * Plain text reason for adding this annotation.
H A DEnclosingClass.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * A "system annotation" used to provide part of the InnerClasses attribute.
H A DEnclosingMethod.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * A "system annotation" used to provide the EnclosingMethod attribute.
H A DInnerClass.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * A "system annotation" used to provide part of the InnerClasses attribute.
H A DKnownFailure.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
36 * Plain text reason for adding this annotation.
H A DMemberClasses.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * A "system annotation" used to provide the MemberClasses list.
H A DSideEffect.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
36 * Plain text reason for adding this annotation.
H A DSignature.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * A "system annotation" used to provide the Signature attribute.
H A DTestTarget.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Defines an annotation used be used within the TestInfo annotation. It
H A DTestTargetClass.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Defines an annotation for test classes that allows to link them to the class
H A DTestTargets.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Defines an annotation for test classes that allows to link them to the class
H A DThrows.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * A "system annotation" used to provide the Exceptions attribute.
H A DToBeFixed.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Defines an annotation for test methods that indicate the test method
H A DTestTargetNew.java17 package dalvik.annotation;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
25 * Defines an annotation used be used within the TestInfo annotation. It
/libcore/luni/src/main/java/java/lang/annotation/
H A DDocumented.java18 package java.lang.annotation;
21 * Defines a meta-annotation for indicating that an annotation is documented and
H A DInherited.java18 package java.lang.annotation;
21 * Defines a meta-annotation for indicating that an annotation is automatically
H A DRetention.java18 package java.lang.annotation;
21 * Defines a meta-annotation for determining the scope of retention for an
22 * annotation. If the retention annotation is not set {@code
H A DTarget.java18 package java.lang.annotation;
21 * Defines a meta-annotation for determining what {@link ElementType}s an
22 * annotation can be applied to.
H A DAnnotationFormatError.java18 package java.lang.annotation;
21 * Indicates that an annotation in the binary representation of a class is
22 * syntactically incorrect and the annotation parser is unable to process it.
/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
H A DAnnotationTypeMismatchExceptionTest.java18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.AnnotationTypeMismatchException;
26 * Test case of java.lang.annotation.AnnotationTypeMismatchException
33 * @tests java.lang.annotation.AnnotationTypeMismatchException#AnnotationTypeMismatchException(Method,
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
H A DTestAnnotation1.java17 package org.apache.harmony.annotation.tests.java.lang.annotation;
19 import java.lang.annotation.Retention;
20 import java.lang.annotation.RetentionPolicy;
H A DTestAnnotation2.java1 package org.apache.harmony.annotation.tests.java.lang.annotation;
3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
6 import java.lang.annotation.Target;
H A DTestAnnotation4.java1 package org.apache.harmony.annotation.tests.java.lang.annotation;
3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
6 import java.lang.annotation.Target;

Completed in 7985 milliseconds

12