Class SimpleJavaBeanWithNoInterfaceTransformer

All Implemented Interfaces:
TemplateConfiguration

@Deprecated
@Component(role=org.nuiton.eugene.Template.class,
           hint="org.nuiton.eugene.java.SimpleJavaBeanWithNoInterfaceTransformer")
public class SimpleJavaBeanWithNoInterfaceTransformer
extends ObjectModelTransformerToJava
Deprecated.
since 3.0, no more usable, replaced by BeanTransformer.
Generates a java bean and a utility class around it. This templates acts like SimpleJavaBeanTransformer but with no interface generation (plus there is not factory generation at all). For example:
     AbstractBoat
     Boat (extends AbstractBoat)
     AbstractBoats
     Boats (extends AbstractBoats)
 
This transformer is deprecated and you should use now BeanTransformer instead.
Author:
Tony Chemit - chemit@codelutin.com