Package org.apache.cxf.annotations
Annotation Type DataBinding
-
@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface DataBinding
Specifies the DataBinding to use with the service
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends DataBinding>
value
-
-
-
Element Detail
-
value
Class<? extends DataBinding> value
-
-
-
ref
String ref
Bean reference to lookup in configuration. Bean must be castable to the Class set above- Returns:
- The id of the bean reference
- Default:
- ""
-
-