File tree 2 files changed +3
-3
lines changed
src/main/java/io/openapiprocessor/api
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
* {@code OpenApiProcessor} service interface. By using an interface it does not need an explicit
33
33
* dependency on a processor.
34
34
*
35
- * @deprecated use {@link io.openapiprocessor.api.OpenApiProcessorV1 } instead.
35
+ * @deprecated use {@link io.openapiprocessor.api.v1.OpenApiProcessor } instead.
36
36
*
37
37
* @author Martin Hauner
38
38
*/
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package io .openapiprocessor .api ;
17
+ package io .openapiprocessor .api . v1 ;
18
18
19
19
import java .util .Map ;
20
20
34
34
*
35
35
* @author Martin Hauner
36
36
*/
37
- public interface OpenApiProcessorV1 {
37
+ public interface OpenApiProcessor {
38
38
39
39
/**
40
40
* The identifying name of the openapi-processor. *Should* be globally unique so a consumer of
You can’t perform that action at this time.
0 commit comments