@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface DSLAction
The DSLAction annotation is used illegally if:
GenerateEmbeddedDSL annotation.Object class.enable()
is set to false. Doing so will result in a warning.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoVarArgs |
boolean |
enable
Enables this method as a DSL action.
|
boolean |
global |
boolean |
terminator |
Copyright © 2013-2018. All Rights Reserved.