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)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to