Class ClassNameSuffixTemplate

java.lang.Object
de.japkit.test.classname.ClassNameSuffixTemplate

@Clazz(nameSuffixToAppend="Impl",
       nameSuffixToRemove="Model",
       commentExpr="The generated class for the example.")
@RuntimeMetadata
public class ClassNameSuffixTemplate
extends java.lang.Object
In this example the custom suffix "Impl" is used for the name of the generated class. Before appending it, the suffix "Model" is removed from the name of the annotated class. So, for the annotated class ClassNameSuffixExampleModel the class ClassNameSuffixExampleImpl will be generated in the same package.
  • Constructor Summary

    Constructors 
    Constructor Description
    ClassNameSuffixTemplate()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait