nl.tudelft.goal.EIS2Java.annotation
Annotation Type AsAction


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AsAction

Annotation for methods that perform an action. The method must be public and is allowed to take any arguments for which a Parameter2Java translator has been registered. The method may also return a value of any type for which a Java2Parameter translator has been registered.

Author:
Lennard de Rijk

Required Element Summary
 String name
          The name of the action when specified as an Action.
 

Element Detail

name

public abstract String name
The name of the action when specified as an Action.



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.