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

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