public class MethodSignatureImpl extends Object implements MethodSignature
Constructor and Description |
---|
MethodSignatureImpl(javax.enterprise.inject.spi.AnnotatedMethod<?> method) |
MethodSignatureImpl(Method method) |
public MethodSignatureImpl(javax.enterprise.inject.spi.AnnotatedMethod<?> method)
public MethodSignatureImpl(Method method)
public String getMethodName()
getMethodName
in interface MethodSignature
public String[] getParameterTypes()
getParameterTypes
in interface MethodSignature
Copyright © 2013 Seam Framework. All rights reserved.