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

com.alibaba.cola.event.EventHandler Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy