Did this page help you?

   Yes   No   Tell us about it...

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


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface SkipTypeRegistration

This can be used on interfaces annotated with Activities or Workflow to specify no registration options are needed for ActivityType or WorkflowType defined by such interfaces. Registration of types is skipped by ActivityWorker or WorkflowWorker when interface is annotated with @SkipTypeRegistration.

See Also:
Activities, Workflow, ActivityWorker, WorkflowWorker



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