Class SetupContainerRegistrar

java.lang.Object
com.atlassian.jira.component.pico.registrar.SetupContainerRegistrar
All Implemented Interfaces:
ContainerExtender

@ParametersAreNonnullByDefault public class SetupContainerRegistrar extends Object implements ContainerExtender
Register the components in the ComponentContainer that allow JIRA to be setup.

The components in here are meant to be the MINIMUM set of components that JIRA needs during setup. Don't add components here unless you are positive that setup code in JIRA needs it.