tkalkirill commented on a change in pull request #490:
URL: https://github.com/apache/ignite-3/pull/490#discussion_r766648158
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/DynamicProperty.java
##########
@@ -36,33 +38,43 @@
/** Value cannot be changed. */
private final boolean readOnly;
+ /** Configuration field with {@link InjectedName}. */
+ private final boolean injectedNameField;
+
/**
* Constructor.
*
- * @param prefix Property prefix.
- * @param key Property name.
- * @param rootKey Root key.
- * @param changer Configuration changer.
+ * @param prefix Property prefix.
Review comment:
Is it described somewhere?
--
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]