We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac9d52 commit f5f1ca8Copy full SHA for f5f1ca8
http-api/pom.xml
@@ -4,12 +4,12 @@
4
5
<groupId>io.avaje</groupId>
6
<artifactId>avaje-http-api</artifactId>
7
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
8
9
<parent>
10
<groupId>org.avaje</groupId>
11
<artifactId>java8-oss</artifactId>
12
- <version>2.2</version>
+ <version>2.3</version>
13
</parent>
14
15
<scm>
http-api/src/main/java/io/avaje/http/api/Generated.java
@@ -0,0 +1,12 @@
1
+package io.avaje.http.api;
2
+
3
+/**
+ * Marker for generated code.
+ */
+public @interface Generated {
+ /**
+ * The name of the code generator.
+ String value();
+}
0 commit comments