Uses of Annotation Interface
org.apache.maven.api.di.Scope
Packages that use Scope
Package
Description
A dependency injection framework for Maven that provides JSR-330 style annotations
for managing object lifecycle and dependencies within Maven's build process.
-
Uses of Scope in org.apache.maven.api.di
Classes in org.apache.maven.api.di with annotations of type ScopeModifier and TypeClassDescription@interface
Indicates that the annotated bean has a lifespan limited to a given mojo execution, which means each mojo execution will result in a different instance being injected.@interface
Indicates that annotated component should be instantiated before session execution starts and discarded after session execution completes.@interface
Denotes that a bean should be created as a singleton instance.