xyz.erupt.core.annotation.EruptHandlerNaming Maven / Gradle / Ivy
package xyz.erupt.core.annotation;
import java.lang.annotation.*;
/**
* @author YuePeng
* date 2021/6/15 15:06
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Documented
public @interface EruptHandlerNaming {
String value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy