|
http://www.jindent.com |
Previous: Sorting
|
Next: Header/Footer
|
| Static initializers |


| Static fields |


| Initializers |


| Fields |


| Enums |


| Constant enums |


| Annotations |


| Constructors |


| Methods |


| Classes |


| Inner classes |


| Interfaces |


| Inner interfaces |


| JDK imports |


| Non-JDK imports |


| Get methods |


| Set methods |


| Characters to fill up separator comments |

|
public class MyClass { //~ field declarations ------------------------ private int fieldA; private int fieldB; //~ constructor declarations ------------------ public MyClass(int i) { ... } public MyClass() { ... } //~ method declarations ----------------------- public void methodA() { ... } public void mehtodB() { ... } } |
|
public class MyClass { //~ field declarations ================================== private int fieldA; private int fieldB; //~ constructor declarations ============================ public MyClass(int i) { ... } public MyClass() { ... } //~ method declarations ================================= public void methodA() { ... } public void mehtodB() { ... } } |
|
public class MyClass { //~ field declarations ///////////////////////////// private int fieldA; private int fieldB; //~ constructor declarations /////////////////////// public MyClass(int i) { ... } public MyClass() { ... } //~ method declarations //////////////////////////// public void methodA() { ... } public void mehtodB() { ... } } |
|
See also: | Maximal line length used to fill up separator comments |
| Maximal line length used to fill up separator comments |

|
See also: | Characters to fill up separator comments |