ljacqu/DependencyInjector

View on GitHub
injector/src/main/java/ch/jalu/injector/context/ResolutionType.java

Summary

Maintainability
A
0 mins
Test Coverage
package ch.jalu.injector.context;

/**
 * Resolution type: defines in what scope / context an object should be retrieved or instantiated.
 *
 * @see StandardResolutionType for standard types the injector supports by default
 */
public interface ResolutionType {
}