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);
js.setProtection(js.PUBLIC);
js.addExtends(Informer.class);
JavaField[] fields = sourceClass.getFields();