Changeset 432 for trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLIgnoreAnnotation.php
- Timestamp:
- 03/28/07 23:27:35 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLIgnoreAnnotation.php
r213 r432 7 7 * @subpackage xml_serializer 8 8 */ 9 stubClassLoader::load('net.stubbles.reflection. stubAnnotation',10 'net.stubbles.reflection. stubAbstractAnnotation');9 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 10 'net.stubbles.reflection.annotations.stubAbstractAnnotation'); 11 11 12 12 /**
