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

com.spring4all.swagger.EnableSwagger2Doc Maven / Gradle / Ivy

package com.spring4all.swagger;

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 EnableSwagger2Doc {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy