File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-core/src/main/java/org/springframework/core/io/support Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2020 the original author or authors.
2+ * Copyright 2002-2024 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
3030 * "spring.xml.ignore" property.
3131 *
3232 * <p>This is the standard implementation used in Spring's resource support.
33+ * Only intended for internal use within the framework. For other purposes,
34+ * use its base class {@link DefaultPropertiesPersister} instead.
3335 *
3436 * @author Juergen Hoeller
3537 * @author Sebastien Deleuze
@@ -40,7 +42,6 @@ public class ResourcePropertiesPersister extends DefaultPropertiesPersister {
4042 /**
4143 * A convenient constant for a default {@code ResourcePropertiesPersister} instance,
4244 * as used in Spring's common resource support.
43- * @since 5.3
4445 */
4546 public static final ResourcePropertiesPersister INSTANCE = new ResourcePropertiesPersister ();
4647
You can’t perform that action at this time.
0 commit comments