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

cn.tenfell.tools.nocontroller.annotation.InterfaceModule Maven / Gradle / Ivy

package cn.tenfell.tools.nocontroller.annotation;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Documented
public @interface InterfaceModule {
    //模块名称
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy