com.alibaba.cola.event.EventHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cola-core Show documentation
Show all versions of cola-core Show documentation
Cola framework core components
package com.alibaba.cola.event;
import org.springframework.stereotype.Component;
import java.lang.annotation.*;
/**
* @author shawnzhan.zxy
* @date 2017/11/20
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Component
public @interface EventHandler {
}