Annotation Interface Id


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented public @interface Id
Assign an identifier to an entity or workflow instance. This should be unique per entity/workflow instance and map to some field being received on the route path.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details