We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4d150 commit d396cabCopy full SHA for d396cab
src/main/java/io/openapiprocessor/api/v1/Version.java
@@ -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