info.magnolia.objectfactory.annotation
Annotation Type SessionScoped


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@Scope
public @interface SessionScoped

Apply this to implementation classes when you want the instance to be created and held per session.

Version:
$Id$



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.