Lifecycle StagesDescriptionDeclaration 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
Example XML<stages> <stage type="Securable"/> <stage type="Persistable"/> </stages> |