Author: tchemit Date: 2008-02-26 22:08:41 +0000 (Tue, 26 Feb 2008) New Revision: 31 Modified: trunk/rules/ChangementParamControlablePresimu.java Log: #1605 : add import and annotation Doc on params Modified: trunk/rules/ChangementParamControlablePresimu.java =================================================================== --- trunk/rules/ChangementParamControlablePresimu.java 2008-02-26 22:07:13 UTC (rev 30) +++ trunk/rules/ChangementParamControlablePresimu.java 2008-02-26 22:08:41 UTC (rev 31) @@ -24,6 +24,8 @@ import fr.ifremer.isisfish.datastore.SimulationStorage; import fr.ifremer.isisfish.datastore.ResultStorage; +import fr.ifremer.isisfish.util.Doc; // pour pouvoir afficher une aide contextuelle (BUG#1605) + /** * TailleMin.java * @@ -40,10 +42,15 @@ /** to use log facility, just put in your code: log.info("..."); */ static private Log log = LogFactory.getLog(ChangementParamControlablePresimu.class); + @Doc(value="do the doc of param zone") public Zone param_zone = null; + @Doc(value="do the doc of param gear") public Gear param_gear = null; + @Doc(value="do the doc of param beginMonth") public Month param_beginMonth = Month.JANUARY; + @Doc(value="do the doc of param endMonth") public Month param_endMonth = Month.DECEMBER; + @Doc(value="do the doc of param newParamValue") public String param_newParamValue = "80"; public String [] necessaryResult = {