ResponseEntity resourceThatNeedsAnotherResource()

in component-test/src/main/java/accessanother/service/AccessAnotherRestController.java [50:53]


  ResponseEntity<Void> resourceThatNeedsAnotherResource() {
    anotherWithApplicationPermissions.createFoo();
    return ResponseEntity.ok().build();
  }