org.apache.shindig.expressions
Annotation Type Functions.Expose


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Functions.Expose

Annotation for static methods to be exposed as functions.


Required Element Summary
 String prefix
          The prefix to bind functions to.
 
Optional Element Summary
 String[] names
          The prefix to bind functions to.
 

Element Detail

prefix

public abstract String prefix
The prefix to bind functions to.

names

public abstract String[] names
The prefix to bind functions to.

Default:
{}


Copyright © 2007-2012. All Rights Reserved.