net.xoetrope.optional.annotation
Annotation Type Page


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Page

An annotation for binding a class to a page file for layout and styling information. It is not intended that such pages will be loaded as part of the normal xui application lifecycle, but instead they can be created directly

Since:
3.0

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value