![JAR search and dependency download from the Maven repository](/logo.png)
org.kie.perf.annotation.KPKConstraint Maven / Gradle / Ivy
package org.kie.perf.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(value = { ElementType.TYPE })
@Retention(value = RetentionPolicy.RUNTIME)
public @interface KPKConstraint {
/**
* List of constraints in the form propertyName=expectedValue. E.g.
* @KPKConstraint(["jbpm.runtimeManagerStrategy=PerProcessInstance"])
*/
String[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy