Cyrill commented on code in PR #2386: URL: https://github.com/apache/ignite-3/pull/2386#discussion_r1289937176
########## modules/configuration/README.md: ########## @@ -109,6 +115,7 @@ public static class AbstractConfigurationSchema { a unique identifier among the inheritors of one polymorphic configuration, used to define the type (schema) of the polymorphic configuration we are dealing with now; * `@AbstractConfiguration` is similar to `@PolymorphicConfig` but its type cannot be changed and its inheritors must be annotated with either `@Config` or `@ConfigurationRoot`. Configuration schemas with this annotation cannot be used as a nested (sub)configuration; +* `@ConfigurationExtension` allows to mix-in properties into `@Config` or `@ConfigurationRoot`. Review Comment: changed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org