Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.annotations
Annotation Type Workflow


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Workflow

See Also:
DecisionContext

Optional Element Summary
 Class<? extends DataConverter> dataConverter
          This is used to specify DataConverter type to use for serialization/de-serialization of workflow method parameters and return types.
 

dataConverter

public abstract Class<? extends DataConverter> dataConverter
This is used to specify DataConverter type to use for serialization/de-serialization of workflow method parameters and return types. Default is NullDataConverter which means to use the default DataConverter used by framework. Default DataConverter used by framework is JsonDataConverter.

Default:
com.amazonaws.services.simpleworkflow.flow.annotations.NullDataConverter.class


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.