Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createOutputFilesPropertyAnnotationHandler (0.26 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/service/scopes/ExecutionGlobalServices.java

            return new OutputFilePropertyAnnotationHandler();
        }
    
        @Provides
        OutputFilesPropertyAnnotationHandler createOutputFilesPropertyAnnotationHandler() {
            return new OutputFilesPropertyAnnotationHandler();
        }
    
        @Provides
        OutputDirectoryPropertyAnnotationHandler createOutputDirectoryPropertyAnnotationHandler() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 14.7K bytes
    - Viewed (0)
Back to top