Polish contribution

Closes gh-4188
This commit is contained in:
Stephane Nicoll
2016-02-08 15:34:22 +01:00
parent 5776d6a8d7
commit a27176807f
5 changed files with 32 additions and 19 deletions

View File

@@ -1754,6 +1754,9 @@ all the endpoints:
}
----
You can also register an arbitrary number of beans implementing `ResourceConfigCustomizer`
for more advanced customizations.
All the registered endpoints should be `@Components` with HTTP resource annotations
(`@GET` etc.), e.g.