blob: 48941cd44d88a54da4539fda978fd19b00fdaeb5 [file] [log] [blame]
RestCall.exception(...) should accumulate exceptions, not just one.
Replace RestInfoProvider with Swagger.
Rework RestCallLogger.
x @Rest(path) should allow you to match against file name (e.g. "favicon.ico")
Replace @Rest(paths) with just @Rest(path)
Auto-injection into REST interfaces.
ClassInfo improvements to getMethod (e.g. getMethodExact vs getMethod).
Re-add @PathRemainder annotation.