Add Javadoc since to OperationParameter.getAnnotation()

See gh-33914
This commit is contained in:
Johnny Lim 2023-01-20 08:26:24 +09:00 committed by Moritz Halbritter
parent f6f811c9ca
commit ebde850031

View File

@ -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);