I have a plexus component annotated with

@Component(role = MyService.class, instantiationStrategy = Strategies.PER_LOOKUP)
public class MyService {

}

Can I somehow find out the object (or at least realm or class) where it was created for?

eg with MyMojo {

   @Component
   MyService service;

}


I like to find out in MyService that this was injected into MyMojo ...


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to