@Target(value=TYPE) @Retention(value=RUNTIME) public @interface GuiceModule
Guice module
class that should be used to configure the
Guice injector
when the system starts up. All classes with this annotation must
extend Module
).Copyright 2011-2015 ForgeRock AS.