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

com.neko233.toolchain.common.annotation.ThreadNotSafe Maven / Gradle / Ivy

package com.neko233.toolchain.common.annotation;

import java.lang.annotation.*;

@Documented
@Target({ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface ThreadNotSafe {

    String tips() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy