User Tools

Site Tools


info:java_style

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
info:java_style [2015/03/10 09:20] – [Classes] moritzinfo:java_style [2015/03/10 09:20] (current) – [Objects] moritz
Line 13: Line 13:
 ===== Objects ===== ===== Objects =====
  
-  * All fields must be <code>private</code> and only accessible through getters and setters. +  * All fields must be ''private'' and only accessible through getters and setters. 
-  * All fields must be <code>final</code> unless functionality requires mutability.+  * All fields must be ''final'' unless functionality requires mutability.
  
 ===== Constructors ==== ===== Constructors ====
info/java_style.1425975620.txt.gz · Last modified: 2015/03/10 09:20 by moritz

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki