Annotation Interface GrpcAdvice


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Component public @interface GrpcAdvice
Marks a class for gRPC exception handling with @GrpcExceptionHandler methods.
Author:
Oleksandr Shevchenko
See Also: