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

jadex.rules.eca.annotations.Action Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package jadex.rules.eca.annotations;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 *  Representation of an action.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Action
{
	/**
	 *  The action name.
	 */
	public String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy