Changeset 1276 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMethodsAnnotation.php
- Timestamp:
- 01/22/08 15:28:22 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMethodsAnnotation.php
r1229 r1276 7 7 * @subpackage xml_serializer_annotations 8 8 */ 9 stubClassLoader::load('net::stubbles::xml::serializer::annotations::stubXMLPropertiesAnnotation'); 9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation' 11 ); 10 12 /** 11 13 * Annotation for XMLSerializer
