Package io.jonasg.bob

Annotation Interface BuildableConstructor


@Retention(SOURCE) @Target(CONSTRUCTOR) public @interface BuildableConstructor
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.