org.qi4j.api.property
Class PropertyMixin

java.lang.Object
  extended by org.qi4j.api.property.PropertyMixin
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

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

Generic mixin for properties.


Nested Class Summary
static class PropertyMixin.PropertyFilter
          Filter Property methods to apply generic Property Mixin.
 
Constructor Summary
PropertyMixin()
           
 
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

PropertyMixin

public PropertyMixin()
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