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

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