Tuscany Core

org.apache.tuscany.core.sdo.helper
Annotation Type SDOHelper


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

Annotation used to indicate a field or method that is used to inject an SDO helper. The following helpers are supported: commonj.sdo.helper.TypeHelper commonj.sdo.helper.DataFactory commonj.sdo.helper.XSDHelper commonj.sdo.helper.XMLHelper


Tuscany Core

-