Changeset 779
- Timestamp:
- 08/05/07 14:51:50 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotation.php
r735 r779 7 7 * @subpackage reflection_annotations 8 8 */ 9 stubClassLoader::load('net.stubbles. stubClonable');9 stubClassLoader::load('net.stubbles.lang.stubClonable'); 10 10 /** 11 11 * Interface for an annotation. … … 60 60 /** 61 61 * do some last operations after all values have been set 62 * 62 * 63 63 * This method may check if all required values have been set and throw 64 64 * an exception if values are missing. … … 70 70 /** 71 71 * assure that a clone clones all properties of type stubClonable as well 72 * 72 * 73 73 * @todo take comment away as soon as SimpleTests Mock::generate() supports __clone() 74 74 */
