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");
comment.addLine("");
comment.addLine("@see "+sourceClass.getQName().toString());
comment.addSee(JavaQNameImpl.getInstance(FieldInformer.class).toString());
comment.addSee(JavaQNameImpl.getInstance(FieldInformerLocator.class).toString());
comment.addAuthor("created by gaedo-informer generator on "+format.format(new Date()));
js.setDynamicImports(true);
js.setType(js.INTERFACE);