org.qi4j.api.property
Class PropertyMixin

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

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

Generic mixin for properties.


Nested Class Summary
static class PropertyMixin.PropertyFilter
           
 
Constructor Summary
PropertyMixin()
           
 
Method Summary
 Object invoke(Object proxy, Method method, 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 Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable