From cf7cfeedc45a6bb35096a06f6f774e8229cc7301 Mon Sep 17 00:00:00 2001 From: raychatter Date: Wed, 5 Dec 2012 11:23:16 -0800 Subject: [PATCH] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13c4453..f79e630 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The defaults are `httpStatus = HttpStatus.INTERNAL_SERVER_ERROR` and `contentTyp The custom message is taken from the custom annotation class itself, so any parameters you'd like to insert need to be handled there. Make sure to add `com.raychatter.common.annotation.AnnotationHandler` as a bean in your XML. + And that's it!