java - Eclipse organize folders without using packages -


when designing stand-alone application customary of me use packages differentiate between types of classes should where. helped in finding classes , organizing enums views , listeners, etc.

however, have been developing library, doesn't make sense use packaging structure because don't want make these enums , views public. should protected such user of library not have unnecessary access , visibility these useless components.

but, in order seem have have them in same package, of course cause complete congestion of classes in 1 place without organization.

is there way or plugin perhaps let me organize these classes? of great help. had seen couple questions responses such 'it can't done', assume plug-in out there , i'm sure plenty of people have come across this.

maybe there easy solution...


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -