XmlConfiguration(boolean) constructor

Subclasses of XmlConfiguration should call this constructor with false as the doBootstrap argument.

Syntax

XmlConfiguration ( boolean doBootstrap )

Parameters

Usage

This will allow the subclasses constructor to call

automaticBootstrap()

to perform bootstrapping.