Annotation Type Exposed


  • @Target(METHOD)
    @Retention(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
    Author:
    jessewilson@google.com (Jesse Wilson)