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

java.lang.Object
  extended by org.drools.spring.metadata.annotation.java.AnnotationArgumentMetadataSource
All Implemented Interfaces:
ArgumentMetadataSource

public class AnnotationArgumentMetadataSource
extends java.lang.Object
implements ArgumentMetadataSource


Constructor Summary
AnnotationArgumentMetadataSource()
           
 
Method Summary
 ArgumentMetadata getArgumentMetadata(java.lang.reflect.Method method, java.lang.Class parameterType, int parameterIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationArgumentMetadataSource

public AnnotationArgumentMetadataSource()
Method Detail

getArgumentMetadata

public ArgumentMetadata getArgumentMetadata(java.lang.reflect.Method method,
                                            java.lang.Class parameterType,
                                            int parameterIndex)
Specified by:
getArgumentMetadata in interface ArgumentMetadataSource