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

top.xiqiu.north.annotation.Configuration Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package top.xiqiu.north.annotation;

import java.lang.annotation.*;

/**
 * 配置器,动态构建组件 或 适配些接口
 * 注解在类上
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Configuration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy