While I were at it, I want to improve the PDF output to something more useful.

First suggestion (implemented locally already) is that the "Methods"
section has a more Java-like formatting.

So instead of the current 'verbose'-ish format, it is changed to
something like this;

Methods:
    import org.qi4j.runtime.composite.CompositeMixin;
    import 
org.qi4j.envisage.school.domain.model.person.assembly.PersonEntity$PersonMixin;
    import org.qi4j.envisage.school.domain.model.person.Role;

    Iterable<Role> PersonMixin.roles()
    void PersonMixin.addRole( Role p1 );
    T CompositeMixin.metaInfo( Class p1 );
    String PersonMixin.lastName()
    String PersonMixin.firstName()
    Class<? extends Composite> CompositeMixin.type()


If you think this is reasonable, I will also add sorting of the methods.


WDYT?

Cheers
-- 
Niclas Hedhman, Software Developer
http://www.qi4j.org - New Energy for Java

I  live here; http://tinyurl.com/2qq9er
I  work here; http://tinyurl.com/2ymelc
I relax here; http://tinyurl.com/2cgsug

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to