org.codehaus.aspectwerkz.annotation
Interface ParameterizedAnnotationProxy

All Known Implementing Classes:
AdviceAnnotationProxyBase, ExpressionAnnotationProxy

public interface ParameterizedAnnotationProxy

An interface for Annotation which needs to remember the call signature of the member they apply to. This is used by 'Expression' and 'Before/Around/After' to support args() binding.

Author:
Alexandre Vasseur

Method Summary
 void addArgument(String argName, String className)
           
 Set getArgumentNames()
           
 String getArgumentType(String parameterName)
           
 

Method Detail

addArgument

public void addArgument(String argName,
                        String className)

getArgumentNames

public Set getArgumentNames()

getArgumentType

public String getArgumentType(String parameterName)


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.