![JAR search and dependency download from the Maven repository](/logo.png)
spoon.examples.bound.annotation.Bound Maven / Gradle / Ivy
The newest version!
package spoon.examples.bound.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
@Target(ElementType.PARAMETER)
public @interface Bound {
double max();
double min();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy