Tobias Bocanegra wrote:
this has the following drawbacks:
- the possible @scr properties are hard to guess if not documented
Hmm, I think they are documented, but perhaps not as prominent as this
should be.
- the @scr properties are not "type safe"
This depends. You can use @scr.property nameRef="SOME_CONSTANT"
valueRef="ANOTHER_CONSTANT"
where the constants can come from the same class or any class which is
in the imports of the current class. Even the property type is deferred
from the constants. The refs are checked during build time by the plugin.
Carsten
--
Carsten Ziegeler
[EMAIL PROTECTED]