Remove unused service package

This commit is contained in:
Sam Brannen 2023-03-07 15:07:03 +01:00
parent 9011ce9c68
commit 2b23d1693d
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
/**
* Support for an HTTP service proxy created from an interface declaration.
*/
@NonNullApi
@NonNullFields
package org.springframework.web.reactive.service;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;