Initializable
An interface used to indicate that initialization isn't done when the object is created but rather when calling initialize.
This is useful if you want to be able to test your object.
Although you can use this interface by itself, it's meant to be used in conjunction with AutoInitialize.
Since
1.0.0
See also
Inheritors
Functions
Link copied to clipboard
Initializes the initializable.
Link copied to clipboard
Returns a new Initializable with the given priority.