module Annotatable::ClassMethods

def self.extended(base)

def self.extended(base)
  base.instance_eval do
    alias :inherited_without_annotatable :inherited
    alias :inherited :inherited_with_annotatable
  end
end