@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Prebuild
Indicates a prebuild hook. Annotate a no-arg method within the Builder which will be called prior to instantiating the Object.
The prebuild method can clean up and preprocess any data prior to instantiation.