Home | History | Annotate | Download | only in file

Lines Matching refs:Annotations

19 import com.android.dexgen.rop.annotation.Annotations;
29 * Association of a method and its parameter annotations.
36 /** {@code non-null;} the associated annotations list */
39 /** {@code non-null;} the associated annotations list, as an item */
46 * @param annotationsList {@code non-null;} the associated annotations list
62 * Construct an item for the annotations list. TODO: This
71 Annotations annotations = annotationsList.get(i);
72 AnnotationSetItem item = new AnnotationSetItem(annotations);
154 * Gets the associated annotations list.
156 * @return {@code non-null;} the annotations list