@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DiscriminatorKey
Additional note: If you use more than just one discriminator key to persist pojo classes of the same polymorphic hierarchy pay attention not to use properties that are named by one of those discriminator keys. This may lead to wrong decodings!
public abstract String value
Copyright © 2017 BILD GmbH & Co. KG. All rights reserved.