Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/AbstractPluginValidationIntegrationSpec.groovy

                    @InputFiles @PathSensitive(PathSensitivity.NONE)
                    public ${testedType} getMutablePropertyWithSetter() { return mutableProperty; }
                    public void setMutablePropertyWithSetter(${testedType} value) {}
    
                    // just getter
                    @InputFiles @PathSensitive(PathSensitivity.NONE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 40.7K bytes
    - Viewed (0)
Back to top