org.drools.spring.metadata.annotation.java
Class AnnotationMethodMetadataSource

java.lang.Object
  extended by org.drools.spring.metadata.annotation.java.AnnotationMethodMetadataSource
All Implemented Interfaces:
MethodMetadataSource

public class AnnotationMethodMetadataSource
extends java.lang.Object
implements MethodMetadataSource


Constructor Summary
AnnotationMethodMetadataSource()
           
 
Method Summary
 MethodMetadata getMethodMetadata(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationMethodMetadataSource

public AnnotationMethodMetadataSource()
Method Detail

getMethodMetadata

public MethodMetadata getMethodMetadata(java.lang.reflect.Method method)
Specified by:
getMethodMetadata in interface MethodMetadataSource