NAME

JSORB::Reflector::Class - Automatic JSORB namespace/interface construction

DESCRIPTION

This uses Moose/Class::MOP introspection to build a JSORB namespace. It fully respects inheritance and will reflect all applicable methods of the class.

NOTE ABOUT REFLECTION

The automated reflector will NOT reflect methods in Moose::Object. This is because this rarely makes sense for it to do so. If you have a particular use case in which this does make sense, then you are free to specifically request the method by building the procedure list yourself.

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Stevan Little <stevan.little@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2008-2010 Infinity Interactive, Inc.

http://www.iinteractive.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.