Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
4 mehtods in SwingBuilder (edt, doLater, doOutside, build) call setDelegate(this) on their closure params. Could each have the param annotated with @DelegatesTo(SwingBuilder)?
Ex:
public Object build(@DelegatesTo(SwingBuilder) Closure c) { c.setDelegate(this) return c.call() }
Attachments
Issue Links
- links to