Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for destroyables (0.09 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/project/taskfactory/AnnotationProcessingTasks.java

        }
    
        public static class TaskWithDestroyable extends TaskWithAction {
            File destroyable;
    
            @Inject
            public TaskWithDestroyable(File destroyable) {
                this.destroyable = destroyable;
            }
    
            @Destroys
            public File getDestroyable() {
                return destroyable;
            }
        }
    
        public static class TaskWithNestedBean extends TaskWithAction {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 11:41:48 UTC 2022
    - 15.8K bytes
    - Viewed (0)
Back to top