
checker.src.org.jmlspecs.annotation.Readonly Maven / Gradle / Ivy
package org.jmlspecs.annotation;
import java.lang.annotation.*;
import org.checkerframework.framework.qual.TypeQualifier;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@TypeQualifier
public @interface Readonly {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy