...
| Code Block |
|---|
...
def factory = [instance: myObj]
/// where myObj is the object we want the factory to rt
...
|
Here, myObj is the object we want the factory to return.
...
...
| Code Block |
|---|
...
def factory = [instance: myObj]
/// where myObj is the object we want the factory to rt
...
|
Here, myObj is the object we want the factory to return.
...