Home | History | Annotate | Download | only in optimization

Lines Matching defs:annotation

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. For
78 * annotation may allow tools to check for the required reachabilityFences.