Skip to content

Commit d396cab

Browse files
committed
experimental version interface
1 parent 9f4d150 commit d396cab

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright © 2020 https://github.com/openapi-processor/openapi-processor-api
3+
* PDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
package io.openapiprocessor.api.v1;
7+
8+
/**
9+
* (experimental & optional) interface to provide version information of the processor.
10+
*/
11+
public interface Version {
12+
13+
/**
14+
* The version string of the openapi-processor.
15+
*
16+
* @return the version string of the openapi-processor
17+
*/
18+
String getVersion();
19+
20+
}

0 commit comments

Comments
 (0)