@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 |
public abstract boolean enable
true. If set to
false, it is discouraged to explicitly set any other values for
this annotation. Doing so will result in a warning.public abstract boolean global
public abstract boolean terminator
public abstract boolean autoVarArgs
Copyright © 2013-2014. All Rights Reserved.