|
I think it would be nice to have Exceptions thrown whenever an annotation is misplaced (doesn't make any sense).
For Example:
an @Table doesn't make sense with a @MappedSuperclass. In order to make a developer's life easier it would be nice to throw an Exception (or at least warn him) to find the error earlier.
|