Skip to content

Commit f72f357

Browse files
committed
Merge branch '2.7.x'
Closes gh-33919
2 parents 3c2d6fe + d9a8acd commit f72f357

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)