org.jboss.weld.interceptor.spi.metadata
Interface MethodMetadata
- All Known Implementing Classes:
- DefaultMethodMetadata
public interface MethodMetadata
Abstraction of a source of metadata information about a method. Allows the framework client
to configure their own way of providing method metadata, rather than relying exclusively on
Java reflection.
- Author:
- Marius Bogoevici
getJavaMethod
Method getJavaMethod()
getSupportedInterceptionTypes
Set<InterceptionType> getSupportedInterceptionTypes()
getReturnType
Class<?> getReturnType()
Copyright © 2013 Seam Framework. All Rights Reserved.