Home
last modified time | relevance | path

Searched defs:hasAnnotation (Results 1 – 20 of 20) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/
DDaggerModels.kt31 fun DaggerType.hasAnnotation(className: ClassName): Boolean = in hasAnnotation() method
37 fun KSDeclaration.hasAnnotation(annotationName: String): Boolean = in hasAnnotation() method
42 fun DaggerElement.hasAnnotation(className: ClassName) = in hasAnnotation() method
54 private fun KSAnnotated.hasAnnotation(className: ClassName) = in hasAnnotation() method
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassDetails.java47 public boolean hasAnnotation(String annotationClassName) { in hasAnnotation() method in ClassDetails
58 public boolean hasAnnotation(Class<? extends Annotation> annotationClass) { in hasAnnotation() method in ClassDetails
/external/javassist/src/main/javassist/
DCtMember.java35 public boolean hasAnnotation(String clz) { return false; } in hasAnnotation() method in CtMember.Cache
230 public boolean hasAnnotation(Class<?> clz) { in hasAnnotation() method in CtMember
241 public abstract boolean hasAnnotation(String annotationTypeName); in hasAnnotation() method in CtMember
DCtClass.java593 public boolean hasAnnotation(Class<?> annotationType) { in hasAnnotation() method in CtClass
604 public boolean hasAnnotation(String annotationTypeName) { in hasAnnotation() method in CtClass
DCtBehavior.java191 public boolean hasAnnotation(String typeName) { in hasAnnotation() method in CtBehavior
DCtField.java262 public boolean hasAnnotation(String typeName) { in hasAnnotation() method in CtField
DCtClassType.java534 public boolean hasAnnotation(String annotationName) { in hasAnnotation() method in CtClassType
/external/dagger2/java/dagger/spi/model/
DKspUtils.kt22 fun KSClassDeclaration.hasAnnotation(annotationName: String): Boolean = in hasAnnotation() method
/external/junit-params/src/main/java/junitparams/internal/annotation/
DFrameworkMethodAnnotations.java31 public boolean hasAnnotation(Class<? extends Annotation> annotation) { in hasAnnotation() method in FrameworkMethodAnnotations
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotated.java19 public abstract boolean hasAnnotation(Class<?> acls); in hasAnnotation() method in Annotated
DAnnotatedMember.java92 public final boolean hasAnnotation(Class<?> acls) { in hasAnnotation() method in AnnotatedMember
DAnnotatedClass.java253 public boolean hasAnnotation(Class<?> acls) { in hasAnnotation() method in AnnotatedClass
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/
DReferenceTypeDeclaration.java196 default boolean hasAnnotation(String qualifiedName) { in hasAnnotation() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/
DResolvedReferenceTypeDeclaration.java246 default boolean hasAnnotation(String qualifiedName) { in hasAnnotation() method
/external/junit/src/main/java/org/junit/experimental/theories/
DParameterSignature.java98 public boolean hasAnnotation(Class<? extends Annotation> type) { in hasAnnotation() method in ParameterSignature
/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/
DDescriptorUtils.kt224 fun KSAnnotated.hasAnnotation(fqn: String): Boolean = in hasAnnotation() method
/external/icu/icu4c/source/i18n/unicode/
Dmessageformat2_data_model.h2606 bool hasAnnotation() const { return !local && (annotation != nullptr); } in hasAnnotation() function
/external/icu/libicu/cts_headers/unicode/
Dmessageformat2_data_model.h2606 bool hasAnnotation() const { return !local && (annotation != nullptr); } in hasAnnotation() function
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt89 private fun DocumentationNode.hasAnnotation(klass: KClass<*>) = klass.qualifiedName in annotations.… in <lambda>() method
/external/google-cloud-java/java-trace/proto-google-cloud-trace-v2/src/main/java/com/google/devtools/cloudtrace/v2/
DSpan.java1449 boolean hasAnnotation(); in hasAnnotation() method
3880 public boolean hasAnnotation() { in hasAnnotation() method in Span.TimeEvent
4623 public boolean hasAnnotation() { in hasAnnotation() method in Span.TimeEvent.Builder