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

checker.src.net.jcip.annotations.Immutable Maven / Gradle / Ivy

package net.jcip.annotations;

import java.lang.annotation.*;

import org.checkerframework.framework.qual.TypeQualifier;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@TypeQualifier
public @interface Immutable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy