com.google.inject
Annotation Type Exposed


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Exposed

Acccompanies a @Provides method annotation in a private module to indicate that the provided binding is exposed.

Since:
2.0