org.apache.tuscany.sca.databinding.annotation
Annotation Type DataType


@Target(value={METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface DataType

Used to demarcate expected data types for parameters and return type


Required Element Summary
 java.lang.String value
          Returns the data binding configuration in MIME media type syntax
 

Element Detail

value

public abstract java.lang.String value
Returns the data binding configuration in MIME media type syntax

Returns:
the data binding