@Target(value={})
@Retention(value=RUNTIME)
public @interface DiscriminatorClass
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
discriminator
(Required) The discriminator to be stored on the database.
|
java.lang.Class |
value
(Required) The class to the instantiated with the given discriminator.
|