Did this page help you?

   Yes   No   Tell us about it...

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


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Wait

Used to mark parameters of @Asynchronous method that should be waited to be ready. Not necessary for parameters that subclass Promise. Required for Collection of Promises and Map of values of Promise type.



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