public interface MethodMetadata
Modifier and Type | Method and Description |
---|---|
Method |
getJavaMethod() |
Class<?> |
getReturnType() |
Set<InterceptionType> |
getSupportedInterceptionTypes() |
boolean |
isInterceptorMethod()
Returns true if the method is an interceptor method (it supports any interception type)
|
Method getJavaMethod()
Set<InterceptionType> getSupportedInterceptionTypes()
Class<?> getReturnType()
boolean isInterceptorMethod()
Copyright © 2014 Seam Framework. All rights reserved.