Yes, it is intended that none of the implementaion classes (that's basically everything, except the Xxxx interfaces/classes) are package private. We don't wan't people to access them, because they can do bad things with them. Everything should be accessed through the Xxxx interfaces, and no casting should ever be used.
Aslak Konstantin wrote: Ist it intendet to made SourceClass / AbtractClass not public? regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
