link
Avalon
Stage Descriptors
Home PlanetProductsCentral
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
ElementOccuranceDescription
stage0..n A stage dependency declaration.
Example XML
    <stages>
      <stage type="Securable"/>
      <stage type="Persistable"/>
    </stages>