mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
7 lines
124 B
Groovy
7 lines
124 B
Groovy
class GroovyClass {
|
|
private final String someValue
|
|
|
|
GroovyClass(String someValue) {
|
|
this.someValue = someValue
|
|
}
|
|
} |