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

1 2 3 4 5 67 8 91011>>

  /libcore/dalvik/src/main/java/dalvik/annotation/
KnownFailure.java 17 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.
MemberClasses.java 17 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 {@code MemberClasses} attribute.
MethodParameters.java 17 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;
26 * A system annotation that can optionally be used to provide parameter metadata such as
29 * <p>The annotation can be omitted from a method / constructor safely when the parameter metadata
42 * the annotation entirely for constructors and methods that have no parameters.
49 * This annotation is never used in source code; it is expected to be generated in .dex
50 * files by tools like compilers. Commented definitions for the annotation members expecte
    [all...]
Signature.java 17 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 {@code Signature} attribute.
SourceDebugExtension.java 17 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 {@code SourceDebugExtension} attribute.
TestTarget.java 17 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
TestTargetClass.java 17 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
Throws.java 17 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 {@code Throws} attribute.
  /libcore/dalvik/src/main/java/dalvik/annotation/optimization/
CriticalNative.java 17 package dalvik.annotation.optimization;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
47 * A similar annotation, {@literal @}{@link FastNative}, exists with similar performance guarantees.
89 * This annotation has no effect when used with non-native methods.
FastNative.java 17 package dalvik.annotation.optimization;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
ReachabilitySensitive.java 17 package dalvik.annotation.optimization;
19 import java.lang.annotation.ElementType;
20 import java.lang.annotation.Retention;
21 import java.lang.annotation.RetentionPolicy;
22 import java.lang.annotation.Target;
28 * invoking an overridden finalize() method. The annotation is needed only when such explicit
62 * If the annotation is applied to an instance method, calls to that method are treated
69 * The annotation directly affects only methods of the containing class. There are situations in
72 * reachabilityFence() calls. The @ReachabilitySensitive annotation allows tools to check that
75 * Note that the annotation also does not affect subclass methods. That is commonly OK. Fo
    [all...]
  /libcore/ojluni/src/main/java/java/lang/annotation/
Documented.java 26 package java.lang.annotation;
Inherited.java 26 package java.lang.annotation;
29 * Indicates that an annotation type is automatically inherited. If
30 * an Inherited meta-annotation is present on an annotation type
31 * declaration, and the user queries the annotation type on a class
32 * declaration, and the class declaration has no annotation for this type,
34 * annotation type. This process will be repeated until an annotation for this
36 * is reached. If no superclass has an annotation for this type, then
37 * the query will indicate that the class in question has no such annotation
    [all...]
Native.java 26 package java.lang.annotation;
33 * The annotation may be used as a hint by tools that generate native
package-info.java 28 * annotation facility.
33 package java.lang.annotation;
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies not to optimize or obfuscate the annotated class or
KeepApplication.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep the annotated class as an application,
KeepClassMemberNames.java 7 package proguard.annotation;
9 import java.lang.annotation.*;
12 * This annotation specifies to keep all class members of the annotated class
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

Completed in 194 milliseconds

1 2 3 4 5 67 8 91011>>