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

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 "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy