Skip to content

Commit

Permalink
Merge pull request #33914 from izeye
Browse files Browse the repository at this point in the history
* pr/33914:
  Add Javadoc since to OperationParameter.getAnnotation()

Closes gh-33914
  • Loading branch information
mhalbritter committed Jan 20, 2023
2 parents f6f811c + ebde850 commit d9a8acd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public interface OperationParameter {
* @param annotation class of the annotation
* @return annotation value
* @param <T> type of the annotation
* @since 2.7.8
*/
<T extends Annotation> T getAnnotation(Class<T> annotation);

Expand Down

0 comments on commit d9a8acd

Please # to comment.