Annotation Type EventBusSubscribed


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface EventBusSubscribed
    This annotation must be added on each method of a component. This method is automatically registered in the eventbus as a subscriber.
    Author:
    pchretien