Okay now take a look at this apiviz javadoc generation of an Android class:
Notice anything wrong? look again, there is something wrong in that the proper package name is not shown fo rthe parent Activity class. The Android classes are need for two features in our android development process. One, for IDE code completion. Two, for correct javadoc generation.
Either APIVIZ will allow me to specify the android classes in a path or I will have to switch to UMLGraph. But with UMLGraph I loose the optional being able to do info.java classes to denote both comments and annotations. But either way we wil have automatic UML generation within javadocs.