|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||
@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.
Activities, Workflow, ActivityWorker, WorkflowWorker
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||