jadex.bpmn.model.task.annotation.TaskComponent Maven / Gradle / Ivy
package jadex.bpmn.model.task.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Task component annotation.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface TaskComponent
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy