Lifecycle Stages

Description

Declaration of a set of lifecycle stage dependencies. A container shall invoke lifecycle stages in the order corresponding to the order of the stage declarations.

Nested Elements

Element Occurance Description
stage 0..n A stage dependency declaration.

Example XML

    <stages>
      <stage type="Securable"/>
      <stage type="Persistable"/>
    </stages>