protected List<GenericType> createParameterisedTypes(){
return Collections.<GenericType>emptyList();
}
public NewConstructor newConstructor() {
final NewConstructorImpl constructor = new NewConstructorImpl();
constructor.setGeneratorContext(this.getGeneratorContext());
this.addConstructor(constructor);
return constructor;
}