Package org.apache.maven.di
Interface Scope
public interface Scope
- 
Method Summary
Modifier 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)