//myObj.x = 78; // will generate an error: cannot assign a value to a final variable //myObj.pi = 25; // will generate an error: cannot assign a value to a final variable ...
xwm1992 changed the title add final modifier in WorkflowPaymentAsyncSubscribe.java [Enhancement]add final modifier in WorkflowPaymentAsyncSubscribe.java Dec 2, 2022 Sign up for free to join this ...