com.ksyun.ks3.annotation.Immutable Maven / Gradle / Ivy
package com.ksyun.ks3.annotation;
import java.lang.annotation.*;
/**
* Documenting annotation to indicate a class is immutable.
*/
@Documented
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.CLASS)
public @interface Immutable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy