Home | History | Annotate | Download | only in annotation

Lines Matching defs:annotation

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 expected
63 * source code. MethodParameters will also not include any information about type annotation