
Class::Data::Annotated - Data::Annotated wrapped objects

use Class::Data::Annotated;
my $$obj = Class::Data::Annotated->new();

instantiate an Annotated Data Structure
annotate a peice of the data. if that piece does not exist it will return undef. Otherwise it returns the data annotated.
Returns a Data::Annotated object holding the dictionary of annotations for this object
retrieves the data for this path in the object. returns undef if data location does not exist
returns the annotations for the location in the data specified by the path.
Returns a Data::Path object holding the data in this object

validates a Data::Path path.