
jadex.bpmn.model.task.annotation.TaskPropertyGui Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-model-bpmn Show documentation
Show all versions of jadex-model-bpmn Show documentation
Business Process Model and Notation (BPMN) implementation.
package jadex.bpmn.model.task.annotation;
/**
*
*/
public @interface TaskPropertyGui
{
/**
* Supply a class implementing the gui.
*/
public Class> value() default Object.class;
/**
* Supply a class name implementing the gui.
*/
public String classname() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy