Polishing

This commit is contained in:
Juergen Hoeller
2023-12-27 23:23:38 +01:00
parent 7613bdfdf9
commit a338a16b29
8 changed files with 29 additions and 28 deletions

View File

@@ -24,6 +24,8 @@ import org.springframework.lang.Nullable;
/**
* Descriptor for a {@link org.springframework.core.env.PropertySource PropertySource}.
*
* @author Stephane Nicoll
* @since 6.0
* @param locations the locations to consider
* @param ignoreResourceNotFound whether a failure to find a property resource
* should be ignored
@@ -31,8 +33,6 @@ import org.springframework.lang.Nullable;
* @param propertySourceFactory the type of {@link PropertySourceFactory} to use,
* or {@code null} to use the default
* @param encoding the encoding, or {@code null} to use the default encoding
* @author Stephane Nicoll
* @since 6.0
* @see org.springframework.core.env.PropertySource
* @see org.springframework.context.annotation.PropertySource
*/