From: <iro...@us...> - 2008-12-08 23:36:35
|
Revision: 75 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=75&view=rev Author: iroberts Date: 2008-12-08 23:36:26 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Note that a PropertyFormat annotation does not guarantee inclusion in toString Modified Paths: -------------- trunk/Pojomatic/src/main/java/org/pojomatic/annotations/PropertyFormat.java Modified: trunk/Pojomatic/src/main/java/org/pojomatic/annotations/PropertyFormat.java =================================================================== --- trunk/Pojomatic/src/main/java/org/pojomatic/annotations/PropertyFormat.java 2008-12-02 18:09:19 UTC (rev 74) +++ trunk/Pojomatic/src/main/java/org/pojomatic/annotations/PropertyFormat.java 2008-12-08 23:36:26 UTC (rev 75) @@ -11,7 +11,10 @@ import org.pojomatic.formatter.PropertyFormatter; /** - * Specifies formatting information to be used for creating {@code String} representations of properties. + * Specifies formatting information to be used for creating {@code String} representations of + * properties. Note that using a {@code PropertyFormat} annotation on a property does not influence + * whether that property will be included in the {@code toString} implementation. That is + * determined solely by any {@link Property} and {@link AutoProperty} annotations on the POJO. * @see PropertyFormatter */ @Target({FIELD, METHOD}) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |