Comment #1 on issue 939 by tu...@tudorgirba.com: FamixEntity annotation not coherent with FAMIXEntity implementation http://code.google.com/p/moose-technology/issues/detail?id=939
No. This is actually the intended behavior. The reason is as follows: we wanted to have MooseEntity as superclass for the runtime of Moose, but when generating FAMIX for Java we want to have FAMIXEntity inherit from Object.
Thus, the meta-description inherits from Object, and the Moose implementation inherits from MooseEntity