tkalkirill commented on a change in pull request #425:
URL: https://github.com/apache/ignite-3/pull/425#discussion_r750024338



##########
File path: modules/configuration/README.md
##########
@@ -59,6 +147,8 @@ public static class ChildConfigurationSchema {
   * `rootName` property assigns a _key_ to the root node of the tree that will 
represent 
     the corresponding configuration schema;
 * `@Config` is similar to the `@ConfigurationRoot` but represents an inner 
configuration node;
+* `@PolymorphicConfig` is similar to the `@Config` and abstract class in java 
i.e. cannot be instantiated, but they can be subclassed;
+* `@PolymorphicConfigInstance` marks the inheritor of a polymorphic 
configuration, has the only property `value`, which is a unique identifier;

Review comment:
       Fixed, I guess




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to