Class MojoExecutionScopeCoreModule

java.lang.Object
com.google.inject.AbstractModule
org.apache.maven.execution.scope.internal.MojoExecutionScopeModule
org.apache.maven.execution.scope.internal.MojoExecutionScopeCoreModule
All Implemented Interfaces:
com.google.inject.Module

@Named public class MojoExecutionScopeCoreModule extends MojoExecutionScopeModule
MojoExecutionScopeCoreModule
  • Field Summary

    Fields inherited from class org.apache.maven.execution.scope.internal.MojoExecutionScopeModule

    scope
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.google.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MojoExecutionScopeCoreModule

      @Inject public MojoExecutionScopeCoreModule()
  • Method Details