Class InjectorProviderAccessor

java.lang.Object
com.codebarrel.jira.plugin.automation.InjectorProviderAccessor
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean

@Named public class InjectorProviderAccessor extends Object implements org.springframework.beans.factory.DisposableBean
  • Constructor Details

    • InjectorProviderAccessor

      @Inject public InjectorProviderAccessor(InjectorProvider injectorProvider)
  • Method Details

    • getInjectorProvider

      public static InjectorProvider getInjectorProvider()
    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception