Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with standard annotations instead of javadoc annotations.
3 "Java 5" annotations are provided to replace javadoc annotations:
| old javadoc annotation | new "Java 5" annotation |
| @plexus.component | @Component |
| @plexus.requirement | @Requirement |
| @plexus.configuration | @Configuration |