C E G N P
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- className() - Method in annotation type net.octyl.aptcreator.GenerateCreator
-
Set this to a non-empty value to set the class name for the generated class.
E
- exclude() - Method in annotation type net.octyl.aptcreator.GenerateCreator.CopyAnnotations
G
- GenerateCreator - Annotation Type in net.octyl.aptcreator
-
Annotate a class with this to have
apt-creatorgenerate a creator class for the class's sole constructor. - GenerateCreator.CopyAnnotations - Annotation Type in net.octyl.aptcreator
-
Apply this annotation to copy annotations from the target class to the generated class.
N
- net.octyl.aptcreator - package net.octyl.aptcreator
P
- Provided - Annotation Type in net.octyl.aptcreator
-
Apply this annotation to a parameter in a
@GenerateCreatorconstructor to have it be injected (via JSR-330).
All Classes All Packages