N1 Service Provisioning System 4.1 Reference Guide

installSteps modifier Attribute

The "modifier" attribute of the <installSteps> element specifies the override requirements for the install block.

If ABSTRACT, the block may not include a body. The body must be specified by non-abstract derived components. Install blocks may only be declared abstract if the component is also declared abstract. Abstract blocks may not be private. Non-abstract blocks must declare a body.

If FINAL, the install block may not be overridden by derived components.

If unspecified, then derived components can choose whether or not to override the block.