Home
last modified time | relevance | path

Searched defs:isAnnotationPresent (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/auto/common/src/main/java/com/google/auto/common/
H A DMoreElements.java222 public static boolean isAnnotationPresent( in isAnnotationPresent() method in MoreElements
234 public static boolean isAnnotationPresent(Element element, TypeElement annotation) { in isAnnotationPresent() method in MoreElements
244 public static boolean isAnnotationPresent(Element element, String annotationName) { in isAnnotationPresent() method in MoreElements
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/annotations/
H A DAnnotationHelper.java286 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, in isAnnotationPresent() method in AnnotationHelper
298 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Method m, in isAnnotationPresent() method in AnnotationHelper
303 private static boolean isAnnotationPresent(IAnnotationFinder annotationFinder, Class<?> cls, in isAnnotationPresent() method in AnnotationHelper
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
H A DNodeWithAnnotations.java133 public default boolean isAnnotationPresent(String annotationName) { in isAnnotationPresent() method
143 public default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
H A DNodeWithAnnotations.java194 default boolean isAnnotationPresent(String annotationName) { in isAnnotationPresent() method
204 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java268 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
DAccessibleObject.java210 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in AccessibleObject
DField.java926 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Field
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DAnnotatedElement.annotated.java36 public default boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lan… in isAnnotationPresent() method
H A DAccessibleObject.annotated.java44 public boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.annota… in isAnnotationPresent() method in AccessibleObject
H A DExecutable.annotated.java70 public final boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.… in isAnnotationPresent() method in Executable
H A DField.annotated.java98 public boolean isAnnotationPresent(@libcore.util.NonNull java.lang.Class<? extends java.lang.annota… in isAnnotationPresent() method in Field
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DAnnotatedElement.java268 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
H A DAccessibleObject.java210 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in AccessibleObject
H A DField.java926 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Field
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DAnnotatedElement.java268 default boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method
DAccessibleObject.java210 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in AccessibleObject
DField.java926 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Field
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DAccessibleObject.java61 public boolean isAnnotationPresent( in isAnnotationPresent() method in AccessibleObject
H A DField.java158 public boolean isAnnotationPresent( in isAnnotationPresent() method in Field
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/
H A DParameter.java73 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Parameter
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/
H A DParameter.java75 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in Parameter
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/ksp/
H A DshadedUtil.kt51 internal fun <T : Annotation> KSAnnotated.isAnnotationPresent(annotationKClass: KClass<T>): Boolean… in isAnnotationPresent() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DPackage.java412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Package
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/
DPackage.java412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Package
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DPackage.java412 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Package

12345678910>>...25