| Annotation Type | Description |
|---|---|
| FreeBuilder |
Annotates a type that has an auto-generated builder.
|
| IgnoredByEquals |
FreeBuilder will not check properties annotated @IgnoredByEquals when comparing
objects in its generated Object.equals(Object). |
| NotInToString |
FreeBuilder will not include properties annotated @NotInToString in the output of
its generated Object.toString() implementation. |