We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7815 commit d7149c2Copy full SHA for d7149c2
src/main/java/io/openapiprocessor/api/v2/OpenApiProcessorTest.java
@@ -9,7 +9,10 @@
9
* (integration) test support.
10
* provides the destination folders in the targetDir depending on the targetDir layout. This
11
* information is available only <b>after</b> running the processor.
12
+ *
13
+ * deprecated, moved to openapi-processor-test-api
14
*/
15
+@Deprecated
16
public interface OpenApiProcessorTest {
17
/**
18
* provides the target source root folder in targetDir.
0 commit comments