Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit f4a3d92

Browse files
author
Matthias Böckmann
committed
Merge
1 parent f58c8dd commit f4a3d92

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

dataformat-json/src/main/java/io/adminshell/aas/v3/dataformat/json/ReflectionAnnotationIntrospector.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@
3434
* This class helps to dynamically decide how to de-/serialize classes and
3535
* properties defined in the AAS model library.
3636
*
37-
* This is equivialent to adding the following annotations
37+
* This is equivalent to adding the following annotations
3838
* <ul>
3939
* <li> to all interfaces defined in the AAS model:
4040
* <ul>
4141
* <li> @JsonTypeName([interface name])
4242
* <li> @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "modelType")
43-
* <li> @JsonSubTypes({
44-
*
45-
* @Type(value = [sub-interface].class, name = "[sub-interface name]"), ...})
43+
* <li> @JsonSubTypes({@Type(value = [sub-interface].class, name = "[sub-interface name]"), ...})
4644
* for each sub-interface
4745
* </ul>
4846
* <li> to all getter methods returning any type of Collection<?> defined in the

0 commit comments

Comments
 (0)