org.noear.solonfox.swagger2.EnableSwagger2 Maven / Gradle / Ivy
package org.noear.solonfox.swagger2;
import java.lang.annotation.*;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface EnableSwagger2 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy