Annotation Interface PolymorphicConfigInstance
This annotation marks the class as an instance of polymorphic configuration schema. Has basically the same properties as
Config,
but must inherit from the PolymorphicConfig.
NOTE: Field name conflicts with the parent (PolymorphicConfig) are not allowed.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionUnique identifier for an extension within a singlepolymorphic configuration.
-
Element Details
-
value
String valueUnique identifier for an extension within a singlepolymorphic configuration.
-