Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.3, 5.2, 5.1
-
None
Description
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)