shishkovilja commented on code in PR #12200:
URL: https://github.com/apache/ignite/pull/12200#discussion_r2218660621
##########
modules/codegen2/README.md:
##########
@@ -11,6 +11,7 @@ The `MessageProcessor` performs the following tasks:
- **Naming Convention Enforcement**: It verifies that all fields annotated
with `@Order` have a corresponding pair of accessor methods:
- A getter named exactly after the field (e.g., `fieldName()`)
- A setter named after the field, accepting a single argument (e.g.,
`fieldName(Type val)`)
+- **Access Modifiers**: Getters and setters for all fields annotated with
`@Order` must be declared as `public`
Review Comment:
Let's also add information from JavaDoc about Order (see `MessageProcessor`
and `Order`)
--
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]