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
The tags for noting the relationships between a class and other classes must be defined in the comment for the class. It would be more convenient if they could be declared on the comments for each method instead, since it is closer to the actual code that contains the dependency. All the tags across all methods would then be collected for the entire class.
Not sure if this can be done with javadoc, but it would be really nice to have.
The text was updated successfully, but these errors were encountered:
The tags for noting the relationships between a class and other classes must be defined in the comment for the class. It would be more convenient if they could be declared on the comments for each method instead, since it is closer to the actual code that contains the dependency. All the tags across all methods would then be collected for the entire class.
Not sure if this can be done with javadoc, but it would be really nice to have.
The text was updated successfully, but these errors were encountered: