|
Classes in se.jbee.inject.config used by se.jbee.inject.config |
Edition
An Edition decides wich features are contained in a specific setup. |
Feature
Features can be used to model more fine grained Edition by using
enums as the options to chose from. |
Globals
A record containing all configuring data and strategies. |
Options
Options are used to model configurations of the bootstrapping process through one enum
for each configurable property (each property is identified by the enum's Class object). |
Presets
Presets are an immutable associative data structure associating a exact Type
(including generics) with a value for/of that exact given type. |