public boolean isAnnotation ()

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.

Returns:  true if this class object represents an annotation type; false otherwise

Since:  1.5