Add @author attribution

See gh-42472
This commit is contained in:
Phillip Webb
2024-10-16 16:44:16 -07:00
parent 4f96beadc3
commit 5f84e78854
3 changed files with 4 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ import org.springframework.util.StringUtils;
* @author Phillip Webb
* @author Eddú Meléndez
* @author Marc Becker
* @author Misagh Moayyed
* @since 1.5.0
*/
@AutoConfiguration

View File

@@ -32,6 +32,7 @@ import org.springframework.core.io.Resource;
*
* @author Stephane Nicoll
* @author Kedar Joshi
* @author Misagh Moayyed
* @since 2.0.0
*/
@ConfigurationProperties(prefix = "spring.messages")

View File

@@ -44,6 +44,8 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Stephane Nicoll
* @author Kedar Joshi
* @author Marc Becker
* @author Misagh Moayyed
* @author Phillip Webb
*/
class MessageSourceAutoConfigurationTests {