To match format of Repository
/Service
/Controller
.
Comment From: pivotal-cla
@NWuensche Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: sbrannen
Hi @NWuensche,
For single values supplied for an array-typed attribute in an annotation, we typically prefer to omit the braces. The presence of brackets in the @Target
declaration in @Repository
, @Controller
, and @Service
is therefore likely just a copy-n-paste error.
I'll address that inconsistency in an upcoming commit.
As a side note, we typically do not accept PRs for minor formatting/style issues like this.
In any case, thanks for submitting your first pull request for the Spring Framework.
Comment From: sbrannen
I'll address that inconsistency in an upcoming commit.
See e3ceb9b23dacbed3db0811b7535cbe07ccda58cb
Comment From: NWuensche
Thank you very much!