| Annotation Type | Description |
|---|---|
| IgnoreVar |
Marks a field to not be saved.
|
| InjectParent |
If marked with this class, the parent object will be injected
by construction via the constructor.
|
| ReadOnly |
Marks a field to only be loaded not saved.
|
| SaveAll |
Marks all fields as to be saved.
|
| SaveTable |
Used to overwrite default table.
|
| SaveVar |
Used to mark fields to be saved into the drive system.
|
| WriteOnly |
Marks a field to only be saved not loaded.
|
Copyright © 2020. All rights reserved.