Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for groovyProjectAccessors (0.17 sec)

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

            |@Target([METHOD, FIELD, PARAMETER, LOCAL_VARIABLE, ANNOTATION_TYPE])
            |@Language(value = "groovy", prefix = '''
            |${groovyImports().withTrimmableMargin()}
            |
            |${groovyProjectAccessors().withTrimmableMargin()}
            |''')
            |@interface GroovyBuildScriptLanguage {}
            |""".trimMargin() + '\n'
            return annotationBody
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 22 10:58:31 UTC 2022
    - 6.9K bytes
    - Viewed (0)
Back to top