com.google.inject
Annotation Type Binder


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface Binder

Annotates annotations which are used for binding. Only one such annotation may apply to a single injection point. You must also annotate binder annotations with @Retention(RUNTIME).

Author:
crazybob@google.com (Bob Lee)