2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


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: 537744 $ $Date: 2007-05-14 09:00:18 +0100 (Mon, 14 May 2007) $