Skip to content

Commit ebde850

Browse files
izeyemhalbritter
authored andcommitted
Add Javadoc since to OperationParameter.getAnnotation()
See gh-33914
1 parent f6f811c commit ebde850

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)