![JAR search and dependency download from the Maven repository](/logo.png)
com.codingapi.springboot.framework.event.Handler Maven / Gradle / Ivy
package com.codingapi.springboot.framework.event;
import java.lang.annotation.*;
/**
* handler bean 注解
*/
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Handler {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy