@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| IBookCategory | |
| IBookContent | |
| IBookEntry |
A entry in the
IForesterBook. |
| IBookEntryBuilder | |
| IBookLoader | |
| IBookPageFactory |
A factory that creates book pages for a book entry.
|
| IForesterBook |
IForesterBook is the interface that the forestry guide book class implements.
|
| Class | Description |
|---|---|
| BookContent<D> |
The deserialized content data of a book page.
|
| BookManager |