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
It should be possible to document the generated interfaces.
The easiest way is to copy the JavaDoc commenst from the annotated class. It would, however, be good to be able to document the implementation as well. A way to achieve this is by using @implSpec and @implNote and not copying them to the interface.
The text was updated successfully, but these errors were encountered:
It should be possible to document the generated interfaces.
The easiest way is to copy the JavaDoc commenst from the annotated class. It would, however, be good to be able to document the implementation as well. A way to achieve this is by using
@implSpec
and@implNote
and not copying them to the interface.The text was updated successfully, but these errors were encountered: