Browse Source

Merge branch '2.7.x'

Closes gh-33919
pull/33911/head
Moritz Halbritter 3 years ago
parent
commit
f72f3579d0
  1. 1
      spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/invoke/OperationParameter.java

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

@ -51,6 +51,7 @@ public interface OperationParameter { @@ -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);

Loading…
Cancel
Save