ggeorgovassilis / spring-rest-invoker

Spring invoker which maps remote REST services to local interfaces.
Apache License 2.0
37 stars 19 forks source link

Bean expressions in annotations #11

Closed ggeorgovassilis closed 10 years ago

ggeorgovassilis commented 10 years ago

It should be possible to use bean expressions in annotation values, i.e.

@PATH("${baseUrl}/subpath")

ggeorgovassilis commented 10 years ago

Made a commit to handle RequestParam and PATH annotations. Leaving issue open in case I come up with more use cases.