Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.api.annotation
Annotation Type DataContext


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface DataContext

A key/value pair to represent information pertaining to a DataType


Required Element Summary
 String key
           
 String value
           
 

Element Detail

key

public abstract String key
Returns:
key for the context entry

value

public abstract String value
Returns:
key for the context value

Apache Tuscany SCA Kernel Sub-Project

-