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

framework.src.org.jmlspecs.annotation.Pure Maven / Gradle / Ivy

There is a newer version: 1.0-alpha-8
Show newest version
package org.jmlspecs.annotation;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Pure {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy