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