blob: a2294ccbf53abe8c586fa4f3872584373dc21005 [file] [log] [blame]
import groovy.beans.Vetoable
class MyBean {
@Vetoable String Test
}
def bean = new MyBean()
bean.fireVetoableChange(<caret>)