Skip to content

Commit

Permalink
Polish "Clarify behaviour of AnnotationBeanNameGenerator with acronyms"
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 24, 2021
1 parent 341f488 commit a1b2695
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2020 the original author or authors.
* Copyright 2002-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -47,7 +47,7 @@
*
* <p>If the annotation's value doesn't indicate a bean name, an appropriate
* name will be built based on the short name of the class (with the first
* letter lower-cased). If two first letters of class name are uppercase, bean name will be unchanged. For example:
* letter lower-cased), unless the two first letters are uppercase. For example:
*
* <pre class="code">com.xyz.FooServiceImpl -&gt; fooServiceImpl</pre>
* <pre class="code">com.xyz.URLFooServiceImpl -&gt; URLFooServiceImpl</pre>
Expand Down

0 comments on commit a1b2695

Please sign in to comment.