Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for groovyImports (0.18 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/action/AnnotationGeneratorWorkAction.kt

            |
            |@Retention(RetentionPolicy.CLASS)
            |@Target([METHOD, FIELD, PARAMETER, LOCAL_VARIABLE, ANNOTATION_TYPE])
            |@Language(value = "groovy", prefix = '''
            |${groovyImports().withTrimmableMargin()}
            |
            |${scriptReceiverAccessors().withTrimmableMargin()}
            |''')
            |@interface $name {}
            |""".trimMargin() + '\n'
            return annotationBody
        }
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Sun Jul 07 16:02:18 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top