This commit is contained in:
Stephane Nicoll
2022-03-03 09:35:06 +01:00
parent f45c188882
commit e528eca05d

View File

@@ -512,7 +512,7 @@ class Service {
}
```
Version 1.3.2 and later supports matching a parameterized (generic) return type to detect the correct recovery method:
Version 1.3.1 and later supports matching a parameterized (generic) return type to detect the correct recovery method:
```java
@Service