Show
Ignore:
Timestamp:
08/05/07 14:51:50 (1 year ago)
Author:
schst
Message:

Fixed package

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotation.php

    r735 r779  
    77 * @subpackage  reflection_annotations 
    88 */ 
    9 stubClassLoader::load('net.stubbles.stubClonable'); 
     9stubClassLoader::load('net.stubbles.lang.stubClonable'); 
    1010/** 
    1111 * Interface for an annotation. 
     
    6060    /** 
    6161     * do some last operations after all values have been set 
    62      *  
     62     * 
    6363     * This method may check if all required values have been set and throw 
    6464     * an exception if values are missing. 
     
    7070    /** 
    7171     * assure that a clone clones all properties of type stubClonable as well 
    72      *  
     72     * 
    7373     * @todo  take comment away as soon as SimpleTests Mock::generate() supports __clone() 
    7474     */