Lifecycle StagesNested Elements
DescriptionDeclaration of a set of lifecycle stage dependencies. A container shall invoke lifecycle stages in the order corresponding to the order of the stage declarations. Example XML<stages> <stage type="Securable"/> <stage type="Persistable"/> </stages> |