@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface WebSessionField
This annotation can be use with the fields of web components to mark then as
web session fields. web session fields will be persisted amoung diferent
requests, this is thwy will be loaded and saved to the current web session on
each http request, when ever they are requested.