org.jsxp.framework.annotations
Annotation Type ElementGetter


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

The Interface ElementGetter. The annotation for a method that returns a jsxp element. Used in the generated ViewController files.


Required Element Summary
 java.lang.String name
          Name of the jsxp element.
 

Element Detail

name

public abstract java.lang.String name
Name of the jsxp element.

Returns:
the runtime name of the jsxp element


Copyright © 2012 Oliver Szymanski & David Tanzer