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

com.kebest.teafly.base.swagger.annotation.EnableTeaflySwagger Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.kebest.teafly.base.swagger.annotation;

import org.springframework.context.annotation.Import;
import com.kebest.teafly.base.swagger.config.SwaggerAutoConfiguration;
import java.lang.annotation.*;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy