If the text in the @return tag would be identical to the description of the method, it may be permissible to omit it, depending on the coding standards you are following.
Even when this is the case—which is very often—a good detail I often find myself putting here is whether/when the returned object may be null (often all I put here is `never {@code null}`)