/** * Create the initialised instance. * @param initialValue */ public DefinitionKindHolder(DefinitionKind initialValue) { value = initialValue; }