When you need declare a lot of small classes (enums, for example), I do not like the idea to declare the one class per file only. I do not want to have a lot of small files. I prefer to declare some kind of common file with basic classes but not possible in Java
Tags: java