Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for NestedType (0.08 sec)

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

                    private final ${testedType} mutableProperty = ${init};
    
                    // getter and setter
                    @InputFiles @PathSensitive(PathSensitivity.NONE)
                    public ${testedType} getMutablePropertyWithSetter() { return mutableProperty; }
                    public void setMutablePropertyWithSetter(${testedType} value) {}
    
                    // just getter
    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