HomeSort by relevance Sort by last modified time
    Searched refs:getDeclaredAnnotationsByType (Results 1 - 23 of 23) sorted by null

  /libcore/ojluni/src/main/java/java/lang/reflect/
AnnotatedElement.java 49 * #getDeclaredAnnotationsByType(Class)} methods support multiple
121 * <tr><td align=right>{@code T[]}</td><td>{@link #getDeclaredAnnotationsByType(Class) getDeclaredAnnotationsByType(Class&lt;T&gt;)}
299 * #getDeclaredAnnotationsByType(Class)} passing {@code
404 default <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) {
AccessibleObject.java 214 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) {
216 // objects getDeclaredAnnotationsByType is the same as
Parameter.java 312 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) {
  /external/guava/guava/src/com/google/common/reflect/
Parameter.java 90 return getDeclaredAnnotationsByType(annotationType);
119 getDeclaredAnnotationsByType(Class<A> annotationType) {
  /art/test/048-reflect-v8/src/
AnnotationTest.java 156 A[] annotationsByType = annotationUseClass.getDeclaredAnnotationsByType(annotationClass);
283 A[] annotationsByType = m.getDeclaredAnnotationsByType(annotationClass);
  /libcore/ojluni/src/main/java/java/lang/
Package.java 446 public <A extends Annotation> A[] getDeclaredAnnotationsByType(Class<A> annotationClass) {
447 return getPackageInfo().getDeclaredAnnotationsByType(annotationClass);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
AnnotatedElementTestSupport.java 220 * Asserts that {@link AnnotatedElement#getDeclaredAnnotationsByType(Class)} returns the
227 Annotation[] annotations = annotatedElement.getDeclaredAnnotationsByType(annotationType);
  /prebuilts/sdk/24/
android.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/devtools/tools/lib/
guava-18.0.jar 
  /prebuilts/misc/common/guava/
guava-18.0.jar 
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/lib/
guava-19.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/18.0/
guava-18.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0/
guava-19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/19.0-rc2/
guava-19.0-rc2.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/
guava-20.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/21.0/
guava-21.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/guava/guava/18.0/
guava-18.0.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
bazel_java_extractor.jar 

Completed in 869 milliseconds