Changeset 1276
- Timestamp:
- 01/22/08 15:28:22 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLMatcherAnnotation.php
r1229 r1276 8 8 */ 9 9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAnnotation', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation'); 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation', 11 'net::stubbles::xml::serializer::annotations::stubXMLMethodsAnnotation', 12 'net::stubbles::xml::serializer::annotations::stubXMLPropertiesAnnotation' 13 ); 11 14 12 15 /** 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
