harshithasudhakar opened a new pull request, #4384: URL: https://github.com/apache/eventmesh/pull/4384
Fixes #4254 ### Motivation Annotate all utility class with `@UtilityClass` as we are using Lombok. Will also help us reduce boilerplate codes, and provides additional clarity about the intended use of the class. ### Modifications I have annotated the class with `@UtilityClass`. Refactored by removing all fields marked as `static` and removed the `final` from class as these are implicitly marked. ### Documentation - Does this pull request introduce a new feature? (yes / no) - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) - If a feature is not applicable for documentation, explain why? - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation -- 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: dev-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org