All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mydao.eventbus.spring.annotation.EnableEventBus Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.mydao.eventbus.spring.annotation;

import com.mydao.eventbus.spring.support.EventBusConfigurationSelector;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * @see EventBusConfigurationSelector
 * @author : ahoo wang
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Import(EventBusConfigurationSelector.class)
public @interface EnableEventBus {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy