Author: tchemit Date: 2009-11-02 08:52:03 +0100 (Mon, 02 Nov 2009) New Revision: 1624 Modified: branches/jaxx-2.X/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java Log: fix javadoc Modified: branches/jaxx-2.X/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java =================================================================== --- branches/jaxx-2.X/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java 2009-11-02 03:47:28 UTC (rev 1623) +++ branches/jaxx-2.X/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java 2009-11-02 07:52:03 UTC (rev 1624) @@ -120,7 +120,7 @@ * * @parameter expression="${jaxx.defaultDecoratorFQN}" default-value="jaxx.compiler.decorators.DefaultCompiledObjectDecorator" * - * @see jaxx.compiler.decorators.CompiledObjectDecorator + * @see jaxx.compiler.CompiledObjectDecorator */ protected String defaultDecoratorFQN; /** @@ -173,7 +173,7 @@ */ protected boolean testPhase; /** - * to make compiler i18nable, says add the {@link org.nuiton.i18n.I18n#_(String, Object[])} method + * to make compiler i18nable, says add the {@link org.nuiton.i18n.I18n#_(String, Object...)} method * invocation on {@link jaxx.compiler.I18nHelper#I18N_ATTRIBUTES} attributes. * * @parameter expression="${jaxx.i18nable}" default-value="true" @@ -205,7 +205,7 @@ /** * extra path to be added in {@link java.beans.Introspector#setBeanInfoSearchPath(java.lang.String[])}. * <p/> - * add beanInfoSearchPath to be registred by {@link BeanInfoUtil#addJaxxBeanInfoPath(java.lang.String[])} + * add beanInfoSearchPath to be registred by {@link BeanInfoUtil#addJaxxBeanInfoPath(java.lang.String...)} * <p/> * and then will be use by {@link jaxx.compiler.spi.DefaultInitializer#initialize()}. * <p/>