
os.script.properties Maven / Gradle / Ivy
The newest version!
// Copyright 2014 Optersoft Inc. - www.optersoft.com
package os.script;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* The function expects a single object as its argument that defines the
* required name/value pairs
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface properties {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy