Home
last modified time | relevance | path

Searched defs:annotationSpec (Results 1 – 14 of 14) sorted by relevance

/external/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
DJvmFieldModifier.kt26 override fun annotationSpec(): AnnotationSpec = AnnotationSpec.builder( in annotationSpec() method in com.squareup.kotlinpoet.metadata.specs.JvmFieldModifier
31 override fun annotationSpec(): AnnotationSpec = AnnotationSpec.builder( in annotationSpec() method in com.squareup.kotlinpoet.metadata.specs.JvmFieldModifier
36 override fun annotationSpec(): AnnotationSpec = AnnotationSpec.builder( method in com.squareup.kotlinpoet.metadata.specs.JvmFieldModifier
DJvmMethodModifier.kt26 override fun annotationSpec(): AnnotationSpec = AnnotationSpec.builder( in annotationSpec() method in com.squareup.kotlinpoet.metadata.specs.JvmMethodModifier
31 override fun annotationSpec(): AnnotationSpec = AnnotationSpec.builder( in annotationSpec() method in com.squareup.kotlinpoet.metadata.specs.JvmMethodModifier
DJvmModifier.kt30 public fun annotationSpec(): AnnotationSpec? { in annotationSpec() method
/external/javapoet/src/main/java/com/squareup/javapoet/
DFieldSpec.java142 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation()
DParameterSpec.java168 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation()
DCodeWriter.java359 AnnotationSpec annotationSpec = (AnnotationSpec) o; in emitLiteral() local
DMethodSpec.java340 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation()
DTypeSpec.java456 public Builder addAnnotation(AnnotationSpec annotationSpec) { in addAnnotation()
/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DGenerators.java101 AnnotationSpec annotationSpec = AnnotationSpec.get(annotationMirror); in getNullableAnnotationSpec() local
/external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/
DAnnotationSpecTest.kt304 val annotationSpec = AnnotationSpec.builder(Suppress::class) in literalAnnotation() constant
/external/auto/value/src/main/java/com/google/auto/value/extension/memoized/processor/
DMemoizeExtension.java420 AnnotationSpec annotationSpec = AnnotationSpec.get(annotation); in MethodOverrider() local
/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DFileSpec.kt505 for (annotationSpec in annotations) { in <lambda>() method
DCodeWriter.kt146 for (annotationSpec in annotations) { in emitAnnotations() method
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddatalabeling.v1beta1.json2528 "annotationSpec": { object
3243 "annotationSpec": { object
3260 "annotationSpec": { object
3326 "annotationSpec": { object
4286 "annotationSpec": { object
4326 "annotationSpec": { object
4439 "annotationSpec": { object
4469 "annotationSpec": { object
4551 "annotationSpec": { object
4584 "annotationSpec": { object
[all …]