How to inject one existing service inside my plugin

Using ES 5.0.0-rc1

I'm creating script plugin to do special task about scripting, my service needs to have access to one existing service ScriptEngineService

How can I use inject guice annotation to have this service injected ?