org.jboss.weld.introspector
Interface MethodSignature

All Superinterfaces:
Serializable
All Known Implementing Classes:
MethodSignatureImpl

public interface MethodSignature
extends Serializable


Method Summary
 String getMethodName()
           
 String[] getParameterTypes()
           
 

Method Detail

getMethodName

String getMethodName()

getParameterTypes

String[] getParameterTypes()


Copyright © 2013 Seam Framework. All Rights Reserved.