@Symbol annotation for injecting a specific symbol
--------------------------------------------------
Key: TAPESTRY-1446
URL: https://issues.apache.org/jira/browse/TAPESTRY-1446
Project: Tapestry
Issue Type: New Feature
Components: tapestry-ioc
Affects Versions: 5.0
Reporter: Howard M. Lewis Ship
It would be nice to have an @Symbol anntotation that is similar to @Value
except that the value annotation would be a symbol name (rather than an
expansion). This would support cases where a constant is defined, i.e.:
@Inject @Symbol(InternalConstants.TAPESTRY_ALIAS_MODE_SYMBOL)
vs.
@Inject @Value("${tapestry.alias-mode}")
The latter is more prone to typos that can only be detected at runtime.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]