org.qi4j.api.association
Class AssociationMixin

java.lang.Object
  extended by org.qi4j.api.association.AssociationMixin
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

@AppliesTo(value=AssociationMixin.AssociationFilter.class)
public final class AssociationMixin
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Generic mixin for associations.


Nested Class Summary
static class AssociationMixin.AssociationFilter
          Associations generic mixin AppliesToFilter.
 
Constructor Summary
AssociationMixin()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationMixin

public AssociationMixin()
Method Detail

invoke

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