JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
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.