ibessonov commented on code in PR #5816: URL: https://github.com/apache/ignite-3/pull/5816#discussion_r2100002818
########## modules/configuration-api/src/main/java/org/apache/ignite/configuration/annotation/PublicName.java: ########## @@ -33,7 +33,15 @@ @Documented public @interface PublicName { /** - * Public configuration property name. + * Public configuration property name. This name, if present, is used to store this configuration in configuration storage and to render + * the configuration to the user. Empty string means that public name matches the schema field name. */ - String value(); + String value() default ""; + + /** + * An array of old deprecated names for the configuration. Any of these names should be accounted for when parsing configuration from Review Comment: Looks good to me -- 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