The issue of using or not using the Java final
keyword has been discussed many times on SO. I am trying to collect some well-known open source Java projects that are using it. I haven't found any so far. Can you tell me some?
Questions about using or not using final
:
Why would one mark local variables and method parameters as "final" in Java?
Using "final" modifier whenever applicable in java
Why are local variables not declared final in most open source java projects?