Annotation Interface Prototype.BuilderMethod

Enclosing class:
Prototype

@Target({METHOD,TYPE}) @Retention(CLASS) public static @interface Prototype.BuilderMethod
Annotated static method of a custom methods type to be added to builder. First parameter must be the builder type. Return type must be void.