/aosp_15_r20/external/guice/core/src/com/google/inject/ |
H A D | Key.java | 150 public final Annotation getAnnotation() { in getAnnotation() method in Key 304 Annotation getAnnotation(); in getAnnotation() method 368 public Annotation getAnnotation() { in getAnnotation() method in Key.NullAnnotationStrategy 403 public Annotation getAnnotation() { in getAnnotation() method in Key.AnnotationInstanceStrategy 456 public Annotation getAnnotation() { in getAnnotation() method in Key.AnnotationTypeStrategy
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | BeanProperty.java | 115 public <A extends Annotation> A getAnnotation(Class<A> acls); in getAnnotation() method 265 public <A extends Annotation> A getAnnotation(Class<A> acls) { in getAnnotation() method in BeanProperty.Std 390 public <A extends Annotation> A getAnnotation(Class<A> acls) { in getAnnotation() method in BeanProperty.Bogus
|
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/ |
H A D | TurbineElement.java | 124 static AnnoInfo getAnnotation(Iterable<AnnoInfo> annos, ClassSymbol sym) { in getAnnotation() method in TurbineElement 134 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { in getAnnotation() method in TurbineElement 496 public final <A extends Annotation> A getAnnotation(Class<A> annotationType) { in getAnnotation() method in TurbineElement.TurbineTypeElement 1412 public <A extends Annotation> A getAnnotation(Class<A> aClass) { in getAnnotation() method in TurbineElement.TurbineNoTypeElement
|
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A D | AnnotationProcessingUtils.java | 34 public static <A extends Annotation> A getAnnotation(Description description, Class<A> clazz) { in getAnnotation() method in AnnotationProcessingUtils 44 public static <A extends Annotation> A getAnnotation(AnnotatedElement element, Class<A> clazz) { in getAnnotation() method in AnnotationProcessingUtils
|
/aosp_15_r20/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
H A D | AnnotationProcessingUtils.java | 35 public static <A extends Annotation> A getAnnotation(Description description, Class<A> clazz) { in getAnnotation() method in AnnotationProcessingUtils 45 public static <A extends Annotation> A getAnnotation(AnnotatedElement element, Class<A> clazz) { in getAnnotation() method in AnnotationProcessingUtils
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
H A D | TestGenericsBounded.java | 68 public String getAnnotation(); in getAnnotation() method 81 public String getAnnotation() { return null; } in getAnnotation() method in TestGenericsBounded.AnnotatedValueSimple
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtMember.java | 37 public Object getAnnotation(Class<?> clz) in getAnnotation() method in CtMember.Cache 254 public abstract Object getAnnotation(Class<?> annotationType) throws ClassNotFoundException; in getAnnotation() method in CtMember
|
/aosp_15_r20/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/junit4/ |
H A D | CustomizableParameterizedRunner.kt | 185 override fun <T : Annotation> getAnnotation(annotationType: Class<T>): T? { in getAnnotation() method 204 override fun <T : Annotation> getAnnotation(annotationType: Class<T>): T? { in getAnnotation() method
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
H A D | SettableBeanProperty.java | 372 public abstract <A extends Annotation> A getAnnotation(Class<A> acls); in getAnnotation() method in SettableBeanProperty 754 public <A extends Annotation> A getAnnotation(Class<A> acls) { in getAnnotation() method in SettableBeanProperty.Delegating
|
/aosp_15_r20/external/junit/src/main/java/org/junit/runners/model/ |
H A D | Annotatable.java | 19 <T extends Annotation> T getAnnotation(Class<T> annotationType); in getAnnotation() method
|
/aosp_15_r20/external/guice/core/src/com/google/inject/spi/ |
H A D | ProvidesMethodBinding.java | 48 Annotation getAnnotation(); in getAnnotation() method
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/ |
H A D | FieldProperty.java | 60 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { in getAnnotation() method in FieldProperty
|
H A D | MissingProperty.java | 52 public <A extends Annotation> A getAnnotation(Class<A> annotationType) { in getAnnotation() method in MissingProperty
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GeneratedCodeInfo.php | 53 public function getAnnotation() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GeneratedCodeInfo.php | 53 public function getAnnotation() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | AnnotatedElement.java | 284 <T extends Annotation> T getAnnotation(Class<T> annotationClass); in getAnnotation() method
|
/aosp_15_r20/external/junit-params/src/main/java/junitparams/internal/annotation/ |
H A D | FrameworkMethodAnnotations.java | 27 public <T extends Annotation> T getAnnotation(Class<T> annotationType) { in getAnnotation() method in FrameworkMethodAnnotations
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
H A D | AnnotatedElement.annotated.java | 38 @libcore.util.Nullable public <T extends java.lang.annotation.Annotation> T getAnnotation(@libcore.… in getAnnotation() method
|
H A D | RecordComponent.annotated.java | 44 public <T extends java.lang.annotation.Annotation> @libcore.util.Nullable T getAnnotation(@libcore.… in getAnnotation() method in RecordComponent
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/ |
H A D | AnnotatedElement.java | 284 <T extends Annotation> T getAnnotation(Class<T> annotationClass); in getAnnotation() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | AnnotatedElement.java | 284 <T extends Annotation> T getAnnotation(Class<T> annotationClass); in getAnnotation() method
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/cst/ |
H A D | CstAnnotation.java | 94 public Annotation getAnnotation() { in getAnnotation() method in CstAnnotation
|
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/ |
H A D | FieldAttributes.java | 109 public <T extends Annotation> T getAnnotation(Class<T> annotation) { in getAnnotation() method in FieldAttributes
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
H A D | CstAnnotation.java | 93 public Annotation getAnnotation() { in getAnnotation() method in CstAnnotation
|
/aosp_15_r20/external/google-cloud-java/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/ |
H A D | AnnotateAssessmentRequestOrBuilder.java | 88 com.google.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation getAnnotation(); in getAnnotation() method
|