Description
REEF-315 did a one-time replacement of JavaDoc comments with plain comments /* for license headers. However, this is not enforced, so JavaDoc comments in headers can creep back. We should find a way to enforce use of plain comments.
One way to do it is RegexpHeader checkstyle check.