This might just be ignorance, but I didn't know where to ask exactly. I have a class "Entity" which is a subclass of Granite::Base, and when I try to subclass Entity into Item, I get the following error:
"Error: can't annotate @new_record in Item because it was first defined in Entity"
Does this mean I can't use inheritance for any of my classes that inherit from Granite::Base?