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

io.vproxy.base.util.anno.Blocking Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package io.vproxy.base.util.anno;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.SOURCE)
public @interface Blocking {
    String until() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy