Skip to content

Commit d9a8acd

Browse files
committed
Merge pull request #33914 from izeye
* pr/33914: Add Javadoc since to OperationParameter.getAnnotation() Closes gh-33914
2 parents f6f811c + ebde850 commit d9a8acd

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoke

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoke/OperationParameter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public interface OperationParameter {
5151
* @param annotation class of the annotation
5252
* @return annotation value
5353
* @param <T> type of the annotation
54+
* @since 2.7.8
5455
*/
5556
<T extends Annotation> T getAnnotation(Class<T> annotation);
5657

0 commit comments

Comments
 (0)