Changeset 1569 for trunk/src/main/php/net/stubbles/reflection/annotations
- Timestamp:
- 05/05/08 21:37:13 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotationFactory.php
r1301 r1569 25 25 * @var array 26 26 */ 27 private static $prefixes = array('stub' );27 private static $prefixes = array('stub', ''); 28 28 /** 29 29 * instance of the annotation parser
