Service by marker annotation from ObjectLocator
-----------------------------------------------
Key: TAP5-546
URL: https://issues.apache.org/jira/browse/TAP5-546
Project: Tapestry 5
Issue Type: New Feature
Components: tapestry-ioc
Affects Versions: 5.1
Reporter: Alexey Pomogaev
Priority: Trivial
I have @SomeMarker annotation:
@Marker({...@somemarker})
void SomeService buildSomeService() {...}
How get SomeService by his marker (in ObjectLocator I not found like method).
method like this: <T> T getService(<? extends Annotation> marker, Class<T>
interface)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.