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