![JAR search and dependency download from the Maven repository](/logo.png)
com.alibaba.dingtalk.extension.annotation.Event Maven / Gradle / Ivy
package com.alibaba.dingtalk.extension.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface Event {
String[] event();
boolean sync() default false;
String description() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy