Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Complete
-
None
-
None
Description
Annotations added to entities are also added to proxy methods. For instance, if you add @JsonIgnore to a method in an entity, it is also added to the corresponding method in the proxy. As such, the proxy will throw and error when the application is run.