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

com.battcn.swagger.annotation.EnableSwagger Maven / Gradle / Ivy

There is a newer version: 1.4.4-RELEASE
Show newest version
package com.battcn.swagger.annotation;

import com.battcn.swagger.SwaggerAutoConfiguration;
import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * @author 唐亚峰
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Import({SwaggerAutoConfiguration.class})
public @interface EnableSwagger {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy