Searched refs:annotation (Results 1 - 25 of 1251) sorted by relevance

1234567891011>>

/external/robolectric/src/main/java/com/xtremelabs/robolectric/annotation/
H A DDisableStrictI18n.java1 package com.xtremelabs.robolectric.annotation;
9 @java.lang.annotation.Documented
10 @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
11 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD})
H A DEnableStrictI18n.java1 package com.xtremelabs.robolectric.annotation;
8 @java.lang.annotation.Documented
9 @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
10 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE,java.lang.annotation.ElementType.METHOD})
H A DValues.java1 package com.xtremelabs.robolectric.annotation;
7 @java.lang.annotation.Documented
8 @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
9 @java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD)
/external/jsr305/ri/src/main/java/javax/annotation/
H A DWillClose.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
H A DWillCloseWhenClosed.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
H A DWillNotClose.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
H A DCheckForNull.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifierNickname;
8 import javax.annotation.meta.When;
H A DCheckForSigned.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifierNickname;
8 import javax.annotation.meta.When;
H A DDetainted.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifierNickname;
8 import javax.annotation.meta.When;
H A DNullable.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifierNickname;
8 import javax.annotation.meta.When;
H A DOverridingMethodsMustInvokeSuper.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
7 import java.lang.annotation.Target;
10 * When this annotation is applied to a method, it indicates that if this method
H A DParametersAreNonnullByDefault.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
8 import javax.annotation.meta.TypeQualifierDefault;
11 * This annotation can be applied to a package, class or method to indicate that
14 * <li>An explicit nullness annotation
16 * annotation of the corresponding parameter in the superclass applies)
17 * <li> there is a default parameter annotation applie
[all...]
H A DParametersAreNullableByDefault.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
8 import javax.annotation.meta.TypeQualifierDefault;
11 * This annotation can be applied to a package, class or method to indicate that
14 * <li>An explicit nullness annotation
16 * annotation of the corresponding parameter in the superclass applies)
17 * <li> there is a default parameter annotation applie
[all...]
H A DPropertyKey.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifier;
8 import javax.annotation.meta.When;
H A DSigned.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifierNickname;
8 import javax.annotation.meta.When;
H A DTainted.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifierNickname;
8 import javax.annotation.meta.When;
H A DUntainted.java1 package javax.annotation;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
7 import javax.annotation.meta.TypeQualifier;
8 import javax.annotation.meta.When;
/external/jsr305/ri/src/main/java/javax/annotation/meta/
H A DExclusive.java1 package javax.annotation.meta;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
8 * This annotation can be applied to the value() element of an annotation that
H A DExhaustive.java1 package javax.annotation.meta;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
8 * This annotation can be applied to the value() element of an annotation that
H A DTypeQualifierNickname.java1 package javax.annotation.meta;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Target;
9 * This annotation is applied to a annotation, and marks the annotation as being
10 * a qualifier nickname. Applying a nickname annotation X to a element Y should
/external/jsr305/ri/src/main/java/javax/annotation/concurrent/
H A DImmutable.java1 package javax.annotation.concurrent;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
7 import java.lang.annotation.Target;
19 * The class to which this annotation is applied is immutable. This means that
H A DNotThreadSafe.java1 package javax.annotation.concurrent;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
7 import java.lang.annotation.Target;
19 * The class to which this annotation is applied is not thread-safe. This
20 * annotation primarily exists for clarifying the non-thread-safety of a class
H A DThreadSafe.java1 package javax.annotation.concurrent;
3 import java.lang.annotation.Documented;
4 import java.lang.annotation.ElementType;
5 import java.lang.annotation.Retention;
6 import java.lang.annotation.RetentionPolicy;
7 import java.lang.annotation.Target;
12 * The class to which this annotation is applied is thread-safe. This means that
/external/jsr305/sampleUses/src/main/java/
H A DSocialSecurityNumber.java1 import java.lang.annotation.Documented;
2 import java.lang.annotation.ElementType;
3 import java.lang.annotation.Retention;
4 import java.lang.annotation.RetentionPolicy;
6 import javax.annotation.MatchesPattern;
7 import javax.annotation.meta.TypeQualifierNickname;
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstAnnotation.java19 import com.android.dx.rop.annotation.Annotation;
22 * Constant type that represents an annotation.
25 /** {@code non-null;} the actual annotation */
26 private final Annotation annotation; field in class:CstAnnotation
31 * @param annotation {@code non-null;} the annotation to hold
33 public CstAnnotation(Annotation annotation) { argument
34 if (annotation == null) {
35 throw new NullPointerException("annotation == null");
38 annotation
[all...]

Completed in 1044 milliseconds

1234567891011>>