Class ModifiersExampleGen.NonAbstractInnerClass

java.lang.Object
de.japkit.test.members.common.modifiers.ModifiersExampleGen.NonAbstractInnerClass
Enclosing class:
ModifiersExampleGen

public class ModifiersExampleGen.NonAbstractInnerClass
extends java.lang.Object
To support method templates without a dummy method body, also the class template containing them needs to be abstract. Thus, the abstract modifier is by default removed from generated classes and inner classes.

Here, the generated inner class is not abstract.

  • Constructor Summary

    Constructors 
    Constructor Description
    NonAbstractInnerClass()  
  • Method Summary

    Methods inherited from class java.lang.Object

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