org.codehaus.aspectwerkz.joinpoint
Interface MethodSignature
- All Superinterfaces:
- CodeSignature, MemberSignature, Serializable, Signature
- All Known Implementing Classes:
- MethodSignatureImpl
- public interface MethodSignature
- extends CodeSignature
Interface for the method signature.
- Author:
- Jonas Bonér
getMethod
public Method getMethod()
- Returns the method.
- Returns:
- the method
getReturnType
public Class getReturnType()
- Returns the return type.
- Returns:
- the return type
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.