Support a special marker interface @Local to select just services defined
within the same module
------------------------------------------------------------------------------------------------
Key: TAPESTRY-1867
URL: https://issues.apache.org/jira/browse/TAPESTRY-1867
Project: Tapestry
Issue Type: New Feature
Components: tapestry-ioc
Affects Versions: 5.0.7
Reporter: Howard M. Lewis Ship
Priority: Minor
It is very common to want to select a service defined within the same module.
This can be done by defining a marker annotation (often with the name Local) at
marking the services in the module with that annotation. However, this is
extra work and can be limiting (as services currently only support a single
marker annotation).
It would be nice if the marker logic was supplemented with additional logic
that would resolve services only within the same module as the service itself
based on a predefined annotation.
The name @Local is a good name, or perhaps @InModule or @SameModule.
--
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]