
com.github.fosin.cdp.swagger.annotation.EnableCdpSwagger2 Maven / Gradle / Ivy
The newest version!
package com.github.fosin.cdp.swagger.annotation;
import com.github.fosin.cdp.swagger.spring4all.SwaggerAutoConfiguration;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
/**
* @author 翟永超
* Create date :2017/8/7.
* My blog: http://blog.didispace.com
*/
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({SwaggerAutoConfiguration.class})
public @interface EnableCdpSwagger2 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy