This handler matches injections that are strings beginning with java:, such as:
java:
fetch( 'java:comp/env/whatever' )
525354555657585960
} @Before public void setUpRegistry() { this.registry = new InjectableHandlerRegistry(); this.registry.addInjectableHandler( new JNDIInjectableHandler() ); this.registry.addInjectableHandler( new TopicInjectableHandler() ); this.registry.addInjectableHandler( new QueueInjectableHandler() ); }