Description
Need the ability to turn on debug in REST via environment variables (e.g. debug=MyServlet.myMethod)
Maybe have the default value for debug settable like this:
@Rest(debug="$Contains{$E{debug},$R{simpleMethodName}}")
Make sure it works at the method level though.