Package jodd.petite.scope
Petite bean scopes.
-
Interface Summary Interface Description Scope Petite container bean scope. -
Class Summary Class Description ProtoScope Prototype scope doesn't pool any beans, so each time bean is requested, a new instance will be created.ShutdownAwareScope BaseScopeclass for scopes that collect destroyable beans and implement shutdown routine.SingletonScope Singleton scope pools all bean instances so they will be created only once in the container context.ThreadLocalScope Thread local Petite bean scope.