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

12

/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...
/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;
36 * 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;
38 * 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 DTestLevel.java17 package dalvik.annotation;
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 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
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
/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
H A DAnnotationFormatErrorTest.java18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.AnnotationFormatError;
25 * Test case of java.lang.annotation.AnnotationFormatError
29 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String)
38 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(Throwable)
47 * @tests java.lang.annotation.AnnotationFormatError#AnnotationFormatError(String,Throwable)
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,
H A DElementTypeTest.java18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.ElementType;
26 * Test case of java.lang.annotation.ElementType
32 * @tests java.lang.annotation.ElementType#valueOf(String)
56 * @tests java.lang.annotation.ElementType#values()
H A DIncompleteAnnotationExceptionTest.java18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.IncompleteAnnotationException;
44 * @tests java.lang.annotation.IncompleteAnnotationException#IncompleteAnnotationException(Class,
55 assertSame("wrong annotation type", clazz, e.annotationType());
H A DRetentionPolicyTest.java18 package org.apache.harmony.annotation.tests.java.lang.annotation;
20 import java.lang.annotation.RetentionPolicy;
26 * Test case of java.lang.annotation.RetentionPolicy
31 * @tests java.lang.annotation.RetentionPolicy#valueOf(String)
51 * @tests java.lang.annotation.RetentionPolicy#values()
/libcore/luni/src/main/java/java/lang/annotation/
H A DAnnotation.java18 package java.lang.annotation;
22 * itself is <i>not</i> an annotation, and neither is an interface that simply
23 * extends this one. Only the compiler is able to create proper annotation
31 * Returns the type of this annotation.
33 * @return A {@code Class} instance representing the annotation type.
38 * Determines whether or not this annotation is equivalent to the annotation
44 * they are members of the same annotation type and all the member
75 * @return {@code true} if {@code obj} is equal to this annotation,
81 * Returns the hash code of this annotation
[all...]
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.

Completed in 411 milliseconds

12