Remove unused service package
This commit is contained in:
parent
9011ce9c68
commit
2b23d1693d
|
|
@ -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;
|
||||
Loading…
Reference in New Issue