Cyrill commented on code in PR #2386:
URL: https://github.com/apache/ignite-3/pull/2386#discussion_r1288101041


##########
modules/configuration-api/src/main/java/org/apache/ignite/configuration/annotation/ConfigurationExtension.java:
##########
@@ -39,5 +40,11 @@
 @Target(TYPE)
 @Retention(RUNTIME)
 @Documented
-public @interface InternalConfiguration {
+public @interface ConfigurationExtension {
+    /**
+     * Controls whether this configuration is part of the public configuration 
or is hidden from the end user.
+     * An extension is public by default.
+     */
+    boolean internal() default false;
+

Review Comment:
   fixed



-- 
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