[
https://issues.apache.org/jira/browse/GROOVY-8376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King closed GROOVY-8376.
-----------------------------
> Add @DelegatesTo to SwingBuilder methods that call setDelegate
> --------------------------------------------------------------
>
> Key: GROOVY-8376
> URL: https://issues.apache.org/jira/browse/GROOVY-8376
> Project: Groovy
> Issue Type: Improvement
> Reporter: Eric Milles
> Assignee: Paul King
> Priority: Major
> Fix For: 2.4.13
>
>
> 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:
> {code}
> public Object build(@DelegatesTo(SwingBuilder) Closure c) {
> c.setDelegate(this)
> return c.call()
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)