You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ZhangJian He (Jira)" <ji...@apache.org> on 2022/04/18 01:56:00 UTC

[jira] [Created] (SCB-2455) Make field final

ZhangJian He created SCB-2455:
---------------------------------

             Summary: Make field final
                 Key: SCB-2455
                 URL: https://issues.apache.org/jira/browse/SCB-2455
             Project: Apache ServiceComb
          Issue Type: Improvement
            Reporter: ZhangJian He
            Assignee: ZhangJian He


Marking fields as `final` is always good for reader and compiler
1. the reader knows these fields value will never change.
2. The compiler can do more optimize based on final keyword.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)