Annotation Interface Unwrap


@Target(METHOD) @Retention(RUNTIME) public @interface Unwrap
Unwraps the only value in a nested json response ex. { "foo" :"bar" } becomes "bar"