Juffrou 2.0.7 new and noteworthy:
juffrou-reflect now supports "is" getters and setters for primitive boolean properties acording to the oracle specification, like in the following example:
private boolean isActive; //Getter public boolean isActive() {...} //Setter public void setActive(boolean isActive) {...}
Also addedhttps://sourceforge.net/p/juffrou/blog/2013/07/released-new-version-207/# some content to the reference manual for juffrou-xml and juffrou-xml-spring