Browse Source

Add Javadoc since to OperationParameter.getAnnotation()

See gh-33914
pull/34029/head
Johnny Lim 3 years ago committed by Moritz Halbritter
parent
commit
ebde850031
  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