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