com.github.rexsheng.springboot.faster.system.modular.SpringModule Maven / Gradle / Ivy
The newest version!
package com.github.rexsheng.springboot.faster.system.modular;
import java.lang.annotation.*;
@Documented
@Inherited
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface SpringModule {
// @AliasFor("name")
// String value() default "";
//
// @AliasFor("value")
// String name() default "";
}