An implementation of this must be put into the system in order to create contextual instances of services. If there is more than one active implementation available for the same scope on the same thread a runtime exception will be thrown when the scope is accessed.
An implementation of Context must be in the Singleton scope
@author jwells
@param < T> This must be the type for which this is a context. For example,if your scope is SecureScope, then your context must implement Context<SecureScope>
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.