HomeSort by relevance Sort by last modified time
    Searched defs:annotation (Results 26 - 50 of 1908) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/proguard/examples/annotations/src/proguard/annotation/
KeepClassMembers.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all class members of the annotated class
KeepGettersSetters.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all getters and setters of the annotated
KeepImplementations.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all implementations or extensions of the
KeepName.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies not to optimize or obfuscate the annotated class or
KeepPublicClassMemberNames.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public class members of the annotated
KeepPublicClassMembers.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public class members of the annotated
KeepPublicGettersSetters.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public getters and setters of the
KeepPublicImplementations.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public implementations or extensions
KeepPublicProtectedClassMemberNames.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public or protected class members of
KeepPublicProtectedClassMembers.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all public or protected class members of
  /external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
DefaultApplication.java 1 package org.robolectric.annotation;
HiddenApi.java 1 package org.robolectric.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;
Implementation.java 1 package org.robolectric.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;
RealObject.java 1 package org.robolectric.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;
Resetter.java 1 package org.robolectric.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;
package-info.java 4 package org.robolectric.annotation
  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
package-info.java 2 * Robolectric annotation processor.
4 * Annotation processor used to generate `shadowOf` methods and other metadata needed by
8 package org.robolectric.annotation.processing
  /external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/
UnrecognizedAnnotation.java 1 package org.robolectric.annotation;
3 @java.lang.annotation.Documented
4 @java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
5 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/
TestWithUnrecognizedAnnotation.java 1 package org.robolectric.annotation;
3 import org.robolectric.annotation.UnrecognizedAnnotation;
  /frameworks/base/core/java/android/annotation/
AnimRes.java 16 package android.annotation;
18 import java.lang.annotation.Documented;
19 import java.lang.annotation.Retention;
20 import java.lang.annotation.Target;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.METHOD;
24 import static java.lang.annotation.ElementType.PARAMETER;
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
AnimatorRes.java 16 package android.annotation;
18 import java.lang.annotation.Documented;
19 import java.lang.annotation.Retention;
20 import java.lang.annotation.Target;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.METHOD;
24 import static java.lang.annotation.ElementType.PARAMETER;
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
AnyRes.java 16 package android.annotation;
18 import java.lang.annotation.Documented;
19 import java.lang.annotation.Retention;
20 import java.lang.annotation.Target;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.METHOD;
24 import static java.lang.annotation.ElementType.PARAMETER;
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
AnyThread.java 16 package android.annotation;
18 import static java.lang.annotation.ElementType.CONSTRUCTOR;
19 import static java.lang.annotation.ElementType.METHOD;
20 import static java.lang.annotation.ElementType.PARAMETER;
21 import static java.lang.annotation.ElementType.TYPE;
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
24 import java.lang.annotation.Retention;
25 import java.lang.annotation.Target;
AppIdInt.java 17 package android.annotation;
19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
24 import java.lang.annotation.Retention;
25 import java.lang.annotation.Target;
ArrayRes.java 16 package android.annotation;
18 import java.lang.annotation.Documented;
19 import java.lang.annotation.Retention;
20 import java.lang.annotation.Target;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.METHOD;
24 import static java.lang.annotation.ElementType.PARAMETER;
25 import static java.lang.annotation.RetentionPolicy.SOURCE;

Completed in 114 milliseconds

12 3 4 5 6 7 8 91011>>