lipinggm / tlb

Automatically exported from code.google.com/p/tlb
0 stars 0 forks source link

Make all variables that take class names use simple names #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now we use fully qualified names for all the class names like criteria, 
talk to service etc. This is cumbersome as everytime we do a refactoring, we 
need to change everywhere. 

Instead, we should support simple names (which may or may not be the class 
simple name) which maps to our classes. We should first look to see if the name 
is one of these, if not, then look at the class path. 

That way we let people plug in their own by giving us a FQN.

Original issue reported on code.google.com by itspa...@gmail.com on 14 Jan 2011 at 1:23

GoogleCodeExporter commented 9 years ago

Original comment by itspa...@gmail.com on 17 Jan 2011 at 8:59