Skip to content

Commit

Permalink
Add Javadoc since to OperationParameter.getAnnotation()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and mhalbritter committed Jan 20, 2023
1 parent f6f811c commit ebde850
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 ebde850

Please # to comment.