inType doesn't seem to include interfaces, just classes
We have a couple of custom taglets for which inType() returns true. The taglets work OK for class javadocs, but are printed almost literally when use in interface javadocs.
I've been prowling around various search engins and the bug parade for a while today but find no mention of this. Anybody else hitting this / comments / suggestions?
(We switched to taglets with JDK 1.4.2 but didn't notice the problem until recently [so we don't know if it was there in early JDK 1.4.2_xx or not). It's still a problem in JDK 1.5.0_06.)

