Jonathan Hawkes wrote:
I've heard Leo's work with Attributes mentioned a lot in this group. For
those of us coming in late in the game, do you have an example/illustration?
Thanks! Jonathan Hawkes
The basic principle doesn't change. You still have to declare them via a javadoc comment, but the syntax is a bit different. Essentially you are coding a constructor. For example, instead of the current way to declare a component:
@avalon.component version=1.1
It would be written in this manner:
@AvalonComponent(1.1)
I disagree about any changes to @avalon tags - there is no reason why the ant task (responsible for persistent meta-info generation) cannot read of the established tag specification.
http://avalon.apache.org/meta/tools/tags/index.html
Stephen.
--
|------------------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org/merlin | | http://dpml.net/ | |------------------------------------------------|
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
