![JAR search and dependency download from the Maven repository](/logo.png)
xdean.jex.extra.annotation.marker.NotThreadSafe Maven / Gradle / Ivy
The newest version!
package xdean.jex.extra.annotation.marker;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Documented
@Retention(RetentionPolicy.SOURCE)
@Target({ TYPE, METHOD, FIELD })
public @interface NotThreadSafe {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy