org.osoa.sca.annotations
Annotation Type Context


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Context

Annotation used to indicate a field or setter method that is used to inject an SCA context. The type of context injected is determined by the type of the field or the parameter to the setter method and is typically a ComponentContext or RequestContext.

Version:
$Rev: 701389 $ $Date: 2008-10-03 19:55:27 +0530 (Fri, 03 Oct 2008) $



Copyright © 2009. All Rights Reserved.