| Class | Description |
|---|---|
| Account |
An example POJO that will help demonstrate the @BuiltWith annotations work when included in superclasses.
|
| AccountBuilder | |
| Admin | |
| AdminBuilder | |
| FieldTestObject | |
| FieldTestObjectBuilder | |
| Identified |
An example abstract class that has an @BuiltWith annotation marked on it to test if @Buildable subclasses will have
these fields included in their builders.
|
| User |
An example POJO that demonstrates generating a UserBuilder.
|
| UserBuilder |