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

io.github.stylesmile.annotation.AutoWired Maven / Gradle / Ivy

package io.github.stylesmile.annotation;

import java.lang.annotation.*;

/**
 * 依赖注入注解
 *
 * @author Stylesmile
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
//作用于类属性上
@Target(ElementType.FIELD)
public @interface AutoWired {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy