Skip to content

Commit 6f4cc40

Browse files
committed
Document ResourcePropertiesPersister as only intended for internal use
1 parent 452973f commit 6f4cc40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-core/src/main/java/org/springframework/core/io/support/ResourcePropertiesPersister.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
@@ -30,6 +30,8 @@
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

0 commit comments

Comments
 (0)