com.google.code.rees.scope.session
Annotation Type SessionField


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

Denotes an action field as session scoped. Typing is strict, i.e. impl- and sub-classes cannot be injected into super types and interfaces.

Author:
rees.byars

Optional Element Summary
 String name
          The name of the field used for matching it in the session.
 

name

public abstract String name
The name of the field used for matching it in the session. Fields with the same name and of the same class are the same session field.

Default:
"default"


Copyright © 2012-2013. All Rights Reserved.