Fix deprecation info in CompositeHealthIndicatorConfiguration
See gh-19180
This commit is contained in:
committed by
Stephane Nicoll
parent
e02ccd16bb
commit
aea37b5d81
@@ -34,7 +34,7 @@ import org.springframework.core.ResolvableType;
|
||||
* @param <S> the bean source type
|
||||
* @author Stephane Nicoll
|
||||
* @since 2.0.0
|
||||
* @deprecated since 2.0.0 in favor of {@link CompositeHealthContributorConfiguration}
|
||||
* @deprecated since 2.2.0 in favor of {@link CompositeHealthContributorConfiguration}
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class CompositeHealthIndicatorConfiguration<H extends HealthIndicator, S> {
|
||||
|
||||
Reference in New Issue
Block a user