public GroupRestController()

in service/src/main/java/org/apache/fineract/cn/group/rest/GroupRestController.java [74:83]


  public GroupRestController(@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger,
                             final CommandGateway commandGateway,
                             final GroupService groupService,
                             final GroupDefinitionService groupDefinitionService) {
    super();
    this.logger = logger;
    this.commandGateway = commandGateway;
    this.groupService = groupService;
    this.groupDefinitionService = groupDefinitionService;
  }