net.sf.bimbo
Annotation Type SessionAttribute


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

Marks a field of your class as a HTTP session attribute. The field's value will be stored and restored from the HTTP session context.

Author:
fcorneli

Optional Element Summary
 java.lang.String value
          The optional explicit session attribute name.
 

value

public abstract java.lang.String value
The optional explicit session attribute name. If non is given, the session attribute name will default to the field name.

Returns:
Default:
""


Copyright © 2008 Frank Cornelis IT. All Rights Reserved.