use 'value' for class value in Clazz annotation instead of 'clazz'

This commit is contained in:
wea_ondara
2022-08-14 16:44:32 +02:00
parent c6264b8e3e
commit d532d92c0f
58 changed files with 182 additions and 187 deletions

View File

@@ -70,7 +70,7 @@ class ForeignKeyInitializerNestedObject2LayerTest {
}
public static class Ctx extends DbContext {
@Clazz(clazz = TestClass3.class)
@Clazz(TestClass3.class)
private DbSet<TestClass3> objects1;
}