Class AddSpringScannerPluginComponent

java.lang.Object
com.atlassian.jira.plugins.ha.container.warhack.operations.AbstractWarOperation
com.atlassian.jira.plugins.ha.container.warhack.operations.AddSpringScannerPluginComponent
All Implemented Interfaces:
WarOperation

public class AddSpringScannerPluginComponent extends AbstractWarOperation
This is necessary so classes annotated with Component will be picked up by the plugin system.
See Also:
  • Constructor Details

    • AddSpringScannerPluginComponent

      public AddSpringScannerPluginComponent(Class<?> componentClass)
      Parameters:
      componentClass - class annotated with Component
      Throws:
      IllegalArgumentException - if the class is not annotated with Component
  • Method Details