You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/11/16 08:26:52 UTC

[GitHub] [ignite-3] tkalkirill commented on a change in pull request #425: IGNITE-15853 Add api description of polymorphic configuration to modules/configuration/README.md

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org