Skip to content

Commit bacf73d

Browse files
authored
Update generating-code-from-schema.md
1 parent 735608d commit bacf73d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/generating-code-from-schema.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,8 @@ public class Person {
540540
}
541541
}
542542
```
543-
While using `@deprecated` following configuration is needed:
543+
While using `@deprecated`, the following configuration is needed to generate `@Deprecated` on the POJO in Java:
544+
544545
```
545546
generateJava {
546547
addDeprecatedAnnotation = true

0 commit comments

Comments
 (0)