Closes gh-27432
This commit is contained in:
Andy Wilkinson
2021-07-21 11:55:38 +01:00
14 changed files with 17 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ import lombok.Value;
import org.springframework.boot.configurationsample.ConfigurationProperties;
/**
* Configuration properties using lombok @Value.
* Configuration properties using Lombok {@code @Value}.
*
* @author Mark Jeffrey
*/