Consider the following: ```groovy @Singleton class Foo {} Foo.instance ``` "instance" is a read-only property. The DSLD contribution for Singleton cannot represent this fact.
Consider the following:
"instance" is a read-only property. The DSLD contribution for Singleton cannot represent this fact.