org.elasticsearch.common.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
Author:
jessewilson@google.com (Jesse Wilson)



Copyright © 2009-2012. All Rights Reserved.