- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getReadOnly (0.05 sec)
-
build-logic/documentation/src/test/resources/org/gradle/test/GroovyClass.groovy
def String[] arrayProp private def ignoreMe1; public int ignoreMe2; protected int ignoreMe3; static String ignoreMe4; /** * A read-only property. */ def getReadOnly() { 'value' } /** * A property. */ CombinedInterface getSomeProp() { this } void setSomeProp(CombinedInterface value) { } /**
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 915 bytes - Viewed (0)