You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
When I make a subclass of a protoclass, that subclass should still be convertible to and from proto messages. For example, hibernate proxies can not be converted to protobuf messages. For that, BAData must use getters and setters, but it should do that anyway.
The reason is that getAnnnotation returns all annotations on the class, as well as annotations on superclasses if the annotation is inheritable.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I make a subclass of a protoclass, that subclass should still be convertible to and from proto messages. For example, hibernate proxies can not be converted to protobuf messages. For that, BAData must use getters and setters, but it should do that anyway.
The reason is that
getAnnnotation
returns all annotations on the class, as well as annotations on superclasses if the annotation is inheritable.The text was updated successfully, but these errors were encountered: