Set container context with static method, so it is not required to pass context to Container.defaultContainer
method
#136
Labels
Container.defaultContainer
method
#136
Reason:
context
passed todefaultContainer
is useless after the first time called and the container is initialized.This can reduce code repetitiveness, and can be used without context, which is actually useless most time.
New API
Container
Usage
Current
Proposed
Considering compatibility,
The text was updated successfully, but these errors were encountered: