com.jdon.annotation.model
注释类型 OnEvent


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface OnEvent

Marks a method as a handler for a domain event sent by @Send; it can be used together with in those classes with @Component or @Service;

作者:
banq

必需元素摘要
 String value
           
 

元素详细信息

value

public abstract String value


Copyright © 2013. All Rights Reserved.