HomeSort by relevance Sort by last modified time
    Searched defs:getDeclaredAnnotation (Results 1 - 25 of 39) sorted by null

1 2

  /libcore/ojluni/src/main/java/java/lang/reflect/
AnnotatedElement.java 115 * <tr><td align=right>{@code T}</td><td>{@link #getDeclaredAnnotation(Class) getDeclaredAnnotation(Class&lt;T&gt;)}
350 default <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) {
374 * #getDeclaredAnnotation(Class)} is that this method detects if its
383 * #getDeclaredAnnotation(Class)} one or more times to find a
396 * results of calling {@link #getDeclaredAnnotation(Class)}.
AccessibleObject.java 235 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) {
237 // objects getDeclaredAnnotation is the same as
Parameter.java 305 public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass) {
307 // objects getDeclaredAnnotation is the same as
  /external/guava/guava/src/com/google/common/reflect/
Parameter.java 106 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationType) {
  /libcore/ojluni/src/main/java/java/lang/
Package.java 441 public <A extends Annotation> A getDeclaredAnnotation(Class<A> annotationClass) {
442 return getPackageInfo().getDeclaredAnnotation(annotationClass);
Class.java     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
AnnotatedElementTestSupport.java 139 * that {@link AnnotatedElement#getDeclaredAnnotation(Class)} works as expected.
156 element.getDeclaredAnnotation(null);
188 assertNotNull(element.getDeclaredAnnotation(annotation));
190 assertNull(element.getDeclaredAnnotation(annotation));
210 * Asserts that {@link AnnotatedElement#getDeclaredAnnotation(Class)} returns the expected
216 Annotation annotation = annotatedElement.getDeclaredAnnotation(annotationType);
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/sdk/24/
android.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/devtools/tools/lib/
guava-18.0.jar 
guava-22.0.jar 
  /prebuilts/misc/common/guava/
guava-18.0.jar 
guava-21.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
guava-19.0.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 289 milliseconds

1 2