@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Discriminator
If no discriminator annotation is present at your pojo class, the Class.getSimpleName() will
be used in case a polymorphic data structure is found.
Please be aware that using the same discriminator could potentially lead to ambiguities, IF such classes are assignable to each other.
Copyright © 2017 BILD GmbH & Co. KG. All rights reserved.