Re: commons attributes vs. annotations

2006-05-18 Thread Trygve Laugstøl
Roald Bankras wrote: Hey all In the ‘Better Builds With Maven’ book the example mojo is created using commons attributes to define the hooks into maven. It is not using commons attributes, but qdox[1] to parse the source code. Is there also a possibility to do this with annotations, or

commons attributes vs. annotations

2006-05-18 Thread Roald Bankras
Hey all In the ‘Better Builds With Maven’ book the example mojo is created using commons attributes to define the hooks into maven. Is there also a possibility to do this with annotations, or is it intentionally done with commons attributes to prevent the necessity for java 5? Roald Bankras