Deprecate DefaultProfileDocumentMatcher

Closes gh-6798
This commit is contained in:
Andy Wilkinson
2016-08-31 17:00:45 +01:00
parent 3a887151e6
commit 1c294dd562

View File

@@ -26,7 +26,9 @@ import org.springframework.beans.factory.config.YamlProcessor.MatchStatus;
* explicitly (i.e. matches if "spring.profiles" is not found and not otherwise).
*
* @author Dave Syer
* @deprecated since 1.4.1 as it is no longer used
*/
@Deprecated
public class DefaultProfileDocumentMatcher implements DocumentMatcher {
@Override