Returns true if this Class
object represents an annotation
type. Note that if this method returns true, isInterface()
would also return true, as all annotation types are also interfaces.
true
if this class object represents an annotation
type; false
otherwise
Diagram: Class, Package, Module