Annotation Interface PolymorphicId
This annotation marks the
polymorphic configuration schema field as a special (read only) leaf that will store
the current polymorphic configuration type.
NOTE: Field type must be String.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIndicates that the field contains a default value that should be equal to one of thePolymorphicConfigInstance.value().
-
Element Details
-
hasDefault
boolean hasDefaultIndicates that the field contains a default value that should be equal to one of thePolymorphicConfigInstance.value().- Returns:
hasDefaultflag value.
- Default:
- false
-