Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7.1
-
None
Description
In practice, AbstractFullEntityRepository implements the FullEntityRepository interface, but it's not specified to do so in its implements clause.
Because of this:
- it's not immediately obvious from AbstractFullEntityRepository's Javadoc that it actually implements FullEntityRepository
- and, analog, FullEntityRepository's Javadoc doesn't have an "All Known Implementing Classes:" clause which lists AbstractFullEntityRepository
Attachments
Issue Links
- links to