org.ucmtwine.annotation
Annotation Type IdocVariable


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

Defines an Idoc script global variable.

Author:
tim

Optional Element Summary
 String name
          Variable name, if not the same as the method name.
 

name

public abstract String name
Variable name, if not the same as the method name.

Default:
""


Copyright © 2012. All Rights Reserved.