- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AnnotationGeneratorParameters (0.3 seconds)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/action/AnnotationGeneratorWorkAction.kt
import kotlin.reflect.full.memberFunctions import kotlin.reflect.jvm.javaMethod abstract class AnnotationGeneratorWorkAction : WorkAction<AnnotationGeneratorWorkAction.AnnotationGeneratorParameters> { internal interface AnnotationGeneratorParameters : WorkParameters { val packageName: Property<String> val destDir: DirectoryProperty } override fun execute() {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Jul 07 16:02:18 GMT 2024 - 8.1K bytes - Click Count (0)