net.xoetrope.optional.annotation
Annotation Type Event


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Event

An annotation for binding components and data declaratively. The component becomes valid just before the pageCreated() method is called. The annotation argument is the source path for the binding

Since:
3.0

Required Element Summary
 java.lang.String method
           
 
Optional Element Summary
 java.lang.String type
           
 

Element Detail

method

public abstract java.lang.String method

type

public abstract java.lang.String type
Default:
""