Package org.apache.maven.di
Interface Scope
public interface Scope
- 
Method SummaryModifier and TypeMethodDescription<T> Supplier<T> scope(Key<T> key, Annotation scope, Supplier<T> unscoped) 
- 
Method Details- 
scope
 
- 
<T> Supplier<T> scope(Key<T> key,
 Annotation scope,
 Supplier<T> unscoped)