[Japi-cvs] SF.net SVN: japi: [266] libs/argparser/trunk/src/net/sf/japi/io/args/ package.html
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2006-12-17 14:45:00
|
Revision: 266 http://svn.sourceforge.net/japi/?rev=266&view=rev Author: christianhujer Date: 2006-12-17 06:44:58 -0800 (Sun, 17 Dec 2006) Log Message: ----------- Improved documentation. Modified Paths: -------------- libs/argparser/trunk/src/net/sf/japi/io/args/package.html Modified: libs/argparser/trunk/src/net/sf/japi/io/args/package.html =================================================================== --- libs/argparser/trunk/src/net/sf/japi/io/args/package.html 2006-12-17 14:30:27 UTC (rev 265) +++ libs/argparser/trunk/src/net/sf/japi/io/args/package.html 2006-12-17 14:44:58 UTC (rev 266) @@ -53,6 +53,8 @@ <p> The ArgParser library is built upon the JavaBeans concept. A command is a JavaBean, the command's options are bean properties. + Currently, the corresponding setter method needs to be marked as {@link Option}. + In future it will be the underlying field. </p> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |