Changeset 564
- Timestamp:
- 04/19/07 18:36:08 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotationFactory.php
r494 r564 9 9 */ 10 10 stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 11 'net.stubbles.reflection.annotations.stubAnnotationCache', 12 'net.stubbles.reflection.annotations.parser.stubAnnotationStateParser' 11 'net.stubbles.reflection.annotations.stubAnnotationCache' 13 12 ); 14 13 /** … … 59 58 if (isset(self::$annotations[$hash]) == false) { 60 59 if (null == self::$parser) { 60 stubClassLoader::load('net.stubbles.reflection.annotations.parser.stubAnnotationStateParser'); 61 61 self::$parser = new stubAnnotationStateParser(); 62 62 }
