blob: 59aac2c1a88e20e741bfd82a020877f5cdb459f2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/**
* The implementation of the Item lifecycle, as composite workflows.
*
* <p>This package contains the activity description implementations. The
* workflow instance is in the {@link com.c2kernel.lifecycle.instance}
* subpackage, which also contains the predefined steps.
*
*/
package com.c2kernel.lifecycle;
|