George Gastaldi created FORGE-564:
-------------------------------------
Summary: Allow multiple @Alias for a plugin
Key: FORGE-564
URL:
https://issues.jboss.org/browse/FORGE-564
Project: Forge
Issue Type: Enhancement
Reporter: George Gastaldi
A plugin could have multiple alias. For example, the Help plugin could be invoked by
"help" or "?".
This issue may be solved by:
- Changing the @Alias value() method to return a String[];
- As Dan suggested,introduce an @Aliases annotation that accepts a collection of @Alias
annotations. this reads nicer and leaves the door open for per-alias customizations if we
should need them.
The second approach looks nicer.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira