org.ucmtwine.annotation
Annotation Type IdocFunction


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

Defines an Idoc script function.

Author:
tim

Optional Element Summary
 boolean cacheable
          Not Implemented: Can the output of the function be cached?
 String name
          Function name, if not the same as the method name.
 

name

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

Default:
""

cacheable

public abstract boolean cacheable
Not Implemented: Can the output of the function be cached?

Default:
false


Copyright © 2012. All Rights Reserved.