@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ConfigDelegate
DefaultConfigDelegate
when invoking the builder closure.
The delegate class must have a public constructor that takes a single argument, the object to be configured.
public abstract Class<?> value