info.magnolia.objectfactory.annotation
Annotation Type RequestScoped


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

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

Version:
$Id$



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