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

xyz.erupt.core.annotation.EruptHandlerNaming Maven / Gradle / Ivy

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