@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 among different
requests, this is why will be loaded and saved to the current web session on
each http request, when ever they are requested.