| Annotation Type | Description |
|---|---|
| GenerateCreator |
Annotate a class with this to have
apt-creator generate a creator
class for the class's sole constructor. |
| Provided |
Apply this annotation to a parameter in a
@GenerateCreator constructor
to have it be injected (via JSR-330). |