Home
last modified time | relevance | path

Searched defs:getSupportedAnnotationTypes (Results 1 – 12 of 12) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DGeneratingProcessor.java47 public Set<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in GeneratingProcessor
/external/dagger2/javatests/dagger/functional/kotlin/processor/
DTestGeneratedTypeProcessor.kt24 override fun getSupportedAnnotationTypes() = in getSupportedAnnotationTypes() method in dagger.functional.kotlin.processor.TestGeneratedTypeProcessor
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java89 public Set<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in SimpleServiceTest.AnnotationProcessor
/external/ksp/examples/playground/test-processor/src/main/kotlin/
DJavaBuilderProcessor.kt16 override fun getSupportedAnnotationTypes(): MutableSet<String> { in getSupportedAnnotationTypes() method in JavaBuilderProcessor
/external/auto/common/src/test/java/com/google/auto/common/
DSuperficialValidationTest.java310 public Set<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in SuperficialValidationTest.AssertingProcessor
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DAutoFactoryProcessor.java295 public ImmutableSet<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in AutoFactoryProcessor
/external/auto/service/processor/src/main/java/com/google/auto/service/processor/
DAutoServiceProcessor.java88 public ImmutableSet<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in AutoServiceProcessor
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DTypesEclipseTest.kt66 override fun getSupportedAnnotationTypes() = setOf("*") in apply() method
/external/auto/common/src/main/java/com/google/auto/common/
DBasicAnnotationProcessor.java181 public final ImmutableSet<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in BasicAnnotationProcessor
/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/apt/
DJsonClassCodegenProcessor.kt65 override fun getSupportedAnnotationTypes(): Set<String> = setOf(annotation.canonicalName) in <lambda>() method in com.squareup.moshi.kotlin.codegen.apt.JsonClassCodegenProcessor
/external/tensorflow/tensorflow/java/src/gen/java/org/tensorflow/processor/
DOperatorProcessor.java147 public Set<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in OperatorProcessor
/external/auto/value/src/test/java/com/google/auto/value/processor/
DAutoValueCompilationTest.java3324 public Set<String> getSupportedAnnotationTypes() { in getSupportedAnnotationTypes() method in AutoValueCompilationTest.FooProcessor