commit
60d563e88a
|
@ -34,7 +34,7 @@ import org.springframework.core.ResolvableType;
|
||||||
* @param <S> the bean source type
|
* @param <S> the bean source type
|
||||||
* @author Stephane Nicoll
|
* @author Stephane Nicoll
|
||||||
* @since 2.0.0
|
* @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
|
@Deprecated
|
||||||
public abstract class CompositeHealthIndicatorConfiguration<H extends HealthIndicator, S> {
|
public abstract class CompositeHealthIndicatorConfiguration<H extends HealthIndicator, S> {
|
||||||
|
|
Loading…
Reference in New Issue