-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add annotation examples to the Javadoc #405
Labels
Comments
Possibly also provide the output examples from here too, so the developer can see what the output is for the annotations they provide? https://github.com/eclipse/microprofile-open-api/wiki/Static-File-Samples |
Thanks @lauracowen - this sounds like a good idea to me. |
We agreed to do this in today's hangout. |
Azquelt
pushed a commit
to Azquelt/microprofile-open-api
that referenced
this issue
Mar 17, 2022
…lrye-smallrye-parent-21 Bump smallrye-parent from 20 to 21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This wiki page provides a set of useful annotation examples, but that information would be more useful to the developer at development time if it were available in the Javadoc. For example, the @CallbackOperation annotation's Javadoc would be a lot clearer and easier to follow if the example shown on the wiki page were provided in the section of the Javadoc that currently just says "Describes a single API callback operation.":
The CallbackOperation annotation represents an operation that will be invoked during the callback.
This could be done for all of the annotations' Javadoc.
The text was updated successfully, but these errors were encountered: