@Documented @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ApiErrors
When the @ApiErrors is present at the class level, defined errors will be applied to all member methods. Member methods can override the errors declared at the class level and provide more specific ones.
ApiErrorCopyright © 2015. All rights reserved.