Package io.jonasg.bob
Annotation Interface Buildable.Constructor
- Enclosing class:
- Buildable
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.