org.japano.metadata.annotation
Annotation Type JapanoFunction


@Target(value=METHOD)
@Documented
@Retention(value=SOURCE)
public @interface JapanoFunction

Is used to declare an EL function for a static method.

Version:
$Id: JapanoFunction.java,v 1.4 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Required Element Summary
 java.lang.String library
          The library to put the EL function into.
 
Optional Element Summary
 java.lang.String name
          Name of the function.
 

Element Detail

library

public abstract java.lang.String library
The library to put the EL function into.

name

public abstract java.lang.String name
Name of the function. If no name is given, the method name will be used.

Default:
"[unset]"