Package io.jonasg.bob

Annotation Interface Buildable.Constructor

Enclosing class:
Buildable

@Retention(SOURCE) @Target(CONSTRUCTOR) public static @interface Buildable.Constructor
Marks a constructor as buildable. This means that a builder will be generated using the selected constructor as opposed to the one with the most parameters.