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