- Timestamp:
- 11/27/07 09:21:08 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotation.php
r832 r1072 33 33 const TARGET_FUNCTION = 8; 34 34 /** 35 * annotation is applicable for parameters 36 */ 37 const TARGET_PARAM = 16; 38 /** 35 39 * annotation is applicable for classes, properties, methods and functions 36 40 */ 37 const TARGET_ALL = 15;41 const TARGET_ALL = 31; 38 42 39 43 /**
