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

cn.willingxyz.restdoc.springswagger3.EnableSwagger3 Maven / Gradle / Ivy

There is a newer version: 0.2.1.4
Show newest version
package cn.willingxyz.restdoc.springswagger3;

import org.springframework.context.annotation.Import;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
@Target(value = { java.lang.annotation.ElementType.TYPE })
@Documented
@Import({SpringSwagger3Configuration.class})
public @interface EnableSwagger3 {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy