Class SingletonScopelet
java.lang.Object
org.microbean.scopelet.Scopelet<SingletonScopelet>
org.microbean.scopelet.MapBackedScopelet<SingletonScopelet>
org.microbean.scopelet.SingletonScopelet
- All Implemented Interfaces:
AutoCloseable, Constable, Aggregate, Factory<SingletonScopelet>
A
MapBackedScopelet implementation that caches singletons.- Author:
- Laird Nelson
-
Field Summary
Fields inherited from interface Aggregate
EMPTY_ASSIGNMENTS, EMPTY_DEPENDENCIES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MapBackedScopelet
close, instance, remove, removesMethods inherited from class Scopelet
active, closed, create, destroy, destroys, fireScopeletDestroyed, fireScopeletDestroying, fireScopeletInitialized, singletonMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Aggregate
assign, dependencies
-
Constructor Details
-
SingletonScopelet
public SingletonScopelet()Creates a newSingletonScopelet.
-
-
Method Details
-
describeConstable
- Specified by:
describeConstablein interfaceConstable- Specified by:
describeConstablein interfaceFactory<SingletonScopelet>
-