@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Provides
Module
to create a provider method binding. The method's return
type is bound to its returned value. Guice will pass dependencies to the method as parameters.Copyright © 2006–2018 Google, Inc.. All rights reserved.