factory.setOverwriteForced(true);
// Let the factory create a Java source class
// "com.mycompany.demo.Parser"
JavaQName className = getBusinessInformer(sourceClass.getQName());
JavaSource js = factory.newJavaSource(className, "public");
JavaComment comment = js.newComment();
comment.addLine("");
comment.addLine("Define improved Informer for "+sourceClass.getClassName()+".");
comment.addLine("Elements of this method allows easier usage of improved gaedo finders.");
comment.addLine("The instances of FieldInformer used for that class various fields have been chosen according to FieldInformerLocator current implementation.");
comment.addLine("As a consequence, the behaviour of this method has guaranteed comaptibilty with most of gaedo code");