Merge branch '3.3.x'
Closes gh-41616
This commit is contained in:
@@ -22,6 +22,7 @@ import org.springframework.boot.configurationsample.Name;
|
||||
/**
|
||||
* Immutable record properties making use of {@code @Name}.
|
||||
*
|
||||
* @param imports some imports
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
@ConfigurationProperties("named")
|
||||
|
||||
@@ -18,10 +18,6 @@ package org.springframework.boot.configurationsample.record;
|
||||
|
||||
import org.springframework.boot.configurationsample.ConfigurationProperties;
|
||||
|
||||
/**
|
||||
* @author Moritz Halbritter
|
||||
* @param alpha the alpha property
|
||||
*/
|
||||
@ConfigurationProperties("record-with-getter")
|
||||
public record RecordWithGetter(String alpha) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user