@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface SkipTypeRegistration
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.Activities, Workflow, ActivityWorker, WorkflowWorker