Searched refs:annotation (Results 1 – 25 of 81) sorted by relevance
1234
19 import static java.lang.annotation.ElementType.CONSTRUCTOR;20 import static java.lang.annotation.ElementType.FIELD;21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;22 import static java.lang.annotation.ElementType.METHOD;23 import static java.lang.annotation.ElementType.PARAMETER;24 import static java.lang.annotation.ElementType.TYPE;25 import java.lang.annotation.Retention;26 import static java.lang.annotation.RetentionPolicy.CLASS;27 import java.lang.annotation.Target;
1 package org.apache.harmony.annotation.tests.java.lang.annotation;3 import java.lang.annotation.ElementType;4 import java.lang.annotation.Retention;5 import java.lang.annotation.RetentionPolicy;6 import java.lang.annotation.Target;
17 package org.apache.harmony.annotation.tests.java.lang.annotation;19 import java.lang.annotation.Retention;20 import java.lang.annotation.RetentionPolicy;
1 package org.apache.harmony.annotation.tests.java.lang.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;
19 import java.lang.annotation.Annotation;20 import java.lang.annotation.IncompleteAnnotationException;21 import java.lang.annotation.Repeatable;108 private static <T extends Annotation> void insertAnnotationValues(Annotation annotation, in insertAnnotationValues() argument124 valuesMethod = annotation.getClass().getDeclaredMethod("value"); in insertAnnotationValues()128 throw new AssertionError("annotation container = " + annotation + in insertAnnotationValues()131 throw new IncompleteAnnotationException(annotation.getClass(), "value"); in insertAnnotationValues()136 throw new AssertionError("annotation container = " + annotation + in insertAnnotationValues()142 throw new AssertionError("annotation container = " + annotation + in insertAnnotationValues()149 nestedAnnotations = (T[])valuesMethod.invoke(annotation); // Safe because of #getMethod. in insertAnnotationValues()
18 import java.lang.annotation.ElementType;19 import java.lang.annotation.Retention;20 import java.lang.annotation.RetentionPolicy;21 import java.lang.annotation.Target;
18 package org.apache.harmony.annotation.tests.java.lang.annotation;20 import java.lang.annotation.AnnotationTypeMismatchException;
18 package org.apache.harmony.annotation.tests.java.lang.annotation;20 import java.lang.annotation.IncompleteAnnotationException;
18 package org.apache.harmony.annotation.tests.java.lang.annotation;20 import java.lang.annotation.AnnotationFormatError;
18 package org.apache.harmony.annotation.tests.java.lang.annotation;20 import java.lang.annotation.RetentionPolicy;
28 import java.lang.annotation.*;29 import static java.lang.annotation.ElementType.*;