Drools :: Compiler 6.2.0.Final

org.drools.compiler.rule.builder.util
Class AnnotationFactory.AnnotationInvocationHandler

java.lang.Object
  extended by org.drools.compiler.rule.builder.util.AnnotationFactory.AnnotationInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
AnnotationFactory

public static class AnnotationFactory.AnnotationInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
AnnotationFactory.AnnotationInvocationHandler(Class<?> annotationClass, AnnotationDescr annotationDescr)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationFactory.AnnotationInvocationHandler

public AnnotationFactory.AnnotationInvocationHandler(Class<?> annotationClass,
                                                     AnnotationDescr annotationDescr)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.