corelib.services.web.annotations
Annotation Type Session


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Session

Use this annotation to ask to ellipse to store a web page attribute in the HTTP session.

Since:
0.2.0

Optional Element Summary
 java.lang.String sessionName
          Returns the session name associated to the annotated attribute.
 

sessionName

public abstract java.lang.String sessionName
Returns the session name associated to the annotated attribute.

Default:
""


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.