package org.sdif4j.guice;
/**
* Guice InjectContext implementation stub for default InjectContext via @ImplementedBy in guice DI
* (see the comment in the InjectContext interface about it).
* NOTE: There is one more class named GuiceInjectContext in sdif4j-guice module, probably you are looking for it.
*
* @author Sergey Chernov
*/
public class GuiceInjectContext {
}