@Retention(value=RUNTIME) @Target(value=TYPE) public @interface NoGinModules
GinModule
is registered with a Ginjector via a
@GinModules
annotation. Annotating the Ginjector with this annotation instead
suppresses the warning.Copyright © 2008–2018. All rights reserved.