org.jsxp.framework.annotations
Annotation Type VariableSetter


@Retention(value=RUNTIME)
public @interface VariableSetter

The Interface VariableSetter. The annotation for a method that set a variable for a jsxp element or the ViewController. Used in the generated ViewController files.


Required Element Summary
 java.lang.String name
          Name.
 

Element Detail

name

public abstract java.lang.String name
Name.

Returns:
the string


Copyright © 2012 Oliver Szymanski & David Tanzer