@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface DslExtensionMethod
ContextExtensionPoint marked with this annotation will be exposed to the DSL.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends javaposse.jobdsl.dsl.ExtensibleContext> |
context |