Class DefaultArtifactManager

java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactManager
All Implemented Interfaces:
Service, ArtifactManager

@Named @Typed({ArtifactManager.class,Service.class}) @SessionScoped public class DefaultArtifactManager extends Object implements ArtifactManager
This implementation of ArtifactManager is explicitly bound to both ArtifactManager and Service interfaces so that it can be retrieved using InternalSession.getAllServices().