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

top.jfunc.fastdfs.happyfish.config.EnableFastdfsClient Maven / Gradle / Ivy

The newest version!
package top.jfunc.fastdfs.happyfish.config;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({FastdfsClientConfig.class})
public @interface EnableFastdfsClient {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy