Annotation Interface OnGrpcServerEnabled
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@ConditionalOnProperty(value="grpc.enabled",
havingValue="true",
matchIfMissing=true)
public @interface OnGrpcServerEnabled