Package de.japkit.test.classname
How to set the name of generated top level classes.
-
Class Summary Class Description ClassNameDefaultExample The annotated class for the example.ClassNameDefaultExampleGen The generated class for the example.ClassNameDefaultTemplate By default, "Gen" will be appended to the name of the annotated class to create the name of the generated class.ClassNameDefaultTemplate_RuntimeMetadata The generated runtime metadata for ClassNameDefaultTemplate.ClassNamePrefixTemplate In this example the custom prefix "Generated" is used for the name of the generated class.ClassNamePrefixTemplate_RuntimeMetadata The generated runtime metadata for ClassNamePrefixTemplate.ClassNameSuffixExampleImpl The generated class for the example.ClassNameSuffixExampleModel The annotated class for the example.ClassNameSuffixTemplate In this example the custom suffix "Impl" is used for the name of the generated class.ClassNameSuffixTemplate_RuntimeMetadata The generated runtime metadata for ClassNameSuffixTemplate.GeneratedClassNamePrefixExample The generated class for the example.IClassNamePrefixExample The annotated class for the example. -
Annotation Types Summary Annotation Type Description ClassNameDefaultTrigger The trigger annotation for the example.ClassNamePrefixTrigger The trigger annotation for the example.ClassNameSuffixTrigger The trigger annotation for the example.