Annotation Interface EventBusProxy
@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Inherited
@Documented
@Qualifier
public @interface EventBusProxy
Qualifier to be used to indicate that a proxy of an
EventBus should be injected.- Author:
- Petter Holmström (petter@vaadin.com)