com.ibm.websphere.soa.sca.sdo
Annotation Type DefaultHelperContext
- @Documented
- @Target(value={METHOD,FIELD})
- @Retention(value=RUNTIME)
public @interface DefaultHelperContext
Annotation used to indicate a field or setter method that is used to inject
the value of the SCA-managed default SDO HelperContext.
In SDO, a HelperContext object represents a scope of SDO Type definitions.
So the SCA-managed default HelperContext provides access via the SDO Java
APIs to the schema definitions available within a particular SCA application
boundary.