Currently i run upon this situation, when annotation is the only
possible choice:

SmalltalkImage>>vmParameterAt: parameterIndex
        "This method is deprecated.
        
        We're not putting a #deprecated: message here, because then it will
produce a lot of warnings"
        
        <deprecated>
        
        ^ self vm parameterAt: parameterIndex

-- 
Best regards,
Igor Stasenko AKA sig.

Reply via email to