2012/6/27 Benson Margulies <[email protected]>: > Does @component inside the javadoc map to the @Component here? yup :-) > > It it necessary to also have an @Parameter for read-only and required > with an @Component?
A field can be a parameter or a component. Maybe I miss you, you want to add both annotations to the same field ? why ? > > > On Wed, Jun 27, 2012 at 3:31 PM, Olivier Lamy <[email protected]> wrote: >> 2012/6/27 Marc Pasteur <[email protected]>: >>> Hi >>> https://cwiki.apache.org/confluence/display/MAVEN/Java+5+Annotations+for+Plugins? >> Yup. >> We used names very similar with doclet. >> You can have a look here >> http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html >>> >>> Regards, >>> Marc >>> Le 27 juin 2012 20:45, "Benson Margulies" <[email protected]> a écrit : >>>> >>>> Could someone point me at a tutorial for this? We're changing shade to >>>> depend on M3, so we might as well move it to this. >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >> >> >> >> -- >> Olivier Lamy >> Talend: http://coders.talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
