com.google.gwt.inject.rebind.binding
Annotation Type Injectable


@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD,METHOD})
public @interface Injectable

Binding for MemberCollectors that collect injectable methods and fields (i.e. methods and fields with @Inject on them).