Package com.blackbuild.klum.ast
Annotation Interface DelegatesToRW
@Target(PARAMETER)
@Retention(SOURCE)
@Documented
@Deprecated(since="4.0",
forRemoval=true)
public @interface DelegatesToRW
Deprecated, for removal: This API element is subject to removal in a future version.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?> valueDeprecated, for removal: This API element is subject to removal in a future version.The DSL Object whose generated Builder receives the closure. If not set, the type owning the method is used.- Default:
- groovy.transform.Undefined.class
-
DelegatesToBuilder. The AST normalizes this source alias to the same generatedDelegatesTometadata.