Interface ProjectRequirementOverriding


public interface ProjectRequirementOverriding
Aspect to override the application's tasks project requirement. By default, a project is assumed to be mandatory for executing the application's tasks.
Since:
5.2.16
  • Field Details

  • Method Details

    • tasksMayOperateWithoutProject

      boolean tasksMayOperateWithoutProject()
      Signals that this application's tasks may be executed without a project.
      Returns:
      true, if a project is not required.
      Since:
      5.2.16