Changeset 1297
- Timestamp:
- 01/24/08 18:40:14 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/annotations/stubSingletonAnnotation.php
r1222 r1297 1 1 <?php 2 2 /** 3 * Annotation to mark a class as a singleton 3 * Annotation to mark a class as a singleton. 4 4 * 5 5 * @author Stephan Schmidt <schst@stubbles.net> … … 7 7 * @subpackage ioc_annotations 8 8 */ 9 10 9 stubClassLoader::load('net::stubbles::reflection::annotations::stubAbstractAnnotation'); 11 12 10 /** 13 * Annotation to mark the default implementation 14 * of an interface 11 * Annotation to mark a class as a singleton. 15 12 * 16 13 * @package stubbles
