![JAR search and dependency download from the Maven repository](/logo.png)
cz.jmare.mexpr.util.Desc Maven / Gradle / Ivy
package cz.jmare.mexpr.util;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Description of an supplier argument passed into constructor of function
*/
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
public @interface Desc {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy