Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 00fc267

Browse files
committed
#21 - Mark as "v1" via TypeQueryBean("v1")
1 parent e39705e commit 00fc267

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/ebean/querybean/generator/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface Constants {
44

55
String AT_GENERATED = "@Generated(\"io.ebean.querybean.kotlin-generator\")";
66

7-
String AT_TYPEQUERYBEAN = "@TypeQueryBean";
7+
String AT_TYPEQUERYBEAN = "@TypeQueryBean(\"v1\")";
88

99
String GENERATED_9 = "javax.annotation.processing.Generated";
1010
String GENERATED_8 = "javax.annotation.Generated";

0 commit comments

Comments
 (0)