You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Alexey Pomogaev (JIRA)" <ji...@apache.org> on 2009/03/03 13:48:56 UTC

[jira] Created: (TAP5-546) Service by marker annotation from ObjectLocator

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.