We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70306ac commit 72294c2Copy full SHA for 72294c2
spring-cloud-context/src/main/java/org/springframework/cloud/env/EnvironmentUtils.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2012-2020 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -26,6 +26,7 @@
26
/**
27
* @author Spencer Gibb
28
*/
29
+@Deprecated(since = "4.3.0", forRemoval = true)
30
public final class EnvironmentUtils {
31
32
private EnvironmentUtils() {
0 commit comments