
ren.yale.java.annotation.Blocking Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of summer Show documentation
Show all versions of summer Show documentation
Summer is a web server which connect JAX-RS and Vertx
package ren.yale.java.annotation;
import java.lang.annotation.*;
/**
* Created by yale on 2018/2/1.
*/
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Blocking {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy