Merge pull request #33914 from izeye
* pr/33914: Add Javadoc since to OperationParameter.getAnnotation() Closes gh-33914
This commit is contained in:
commit
d9a8acdefc
|
|
@ -51,6 +51,7 @@ public interface OperationParameter {
|
||||||
* @param annotation class of the annotation
|
* @param annotation class of the annotation
|
||||||
* @return annotation value
|
* @return annotation value
|
||||||
* @param <T> type of the annotation
|
* @param <T> type of the annotation
|
||||||
|
* @since 2.7.8
|
||||||
*/
|
*/
|
||||||
<T extends Annotation> T getAnnotation(Class<T> annotation);
|
<T extends Annotation> T getAnnotation(Class<T> annotation);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue