com.yance.annotation.TioAutowired Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tio-http-server-spring-boot-starter Show documentation
Show all versions of tio-http-server-spring-boot-starter Show documentation
Tio Http 服务的 spring-boot-starter
The newest version!
package com.yance.annotation;
import java.lang.annotation.*;
/**
* @author yance
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TioAutowired {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy