Show
Ignore:
Timestamp:
11/27/07 09:21:08 (8 months ago)
Author:
mikey
Message:

allowed annotations for method and function parameters, implements enhancement #110

Files:

Legend:

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

    r832 r1072  
    3333    const TARGET_FUNCTION = 8; 
    3434    /** 
     35     * annotation is applicable for parameters 
     36     */ 
     37    const TARGET_PARAM    = 16; 
     38    /** 
    3539     * annotation is applicable for classes, properties, methods and functions 
    3640     */ 
    37     const TARGET_ALL      = 15
     41    const TARGET_ALL      = 31
    3842 
    3943    /**