Package com.iizix.prop
Interface IProxyImplementor
public interface IProxyImplementor
Interface to implement by a proxy property container implementor that wishes to select what properties are proxied.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldProxy(GProp<?> gp)
Checks if the property should be proxied or not.
Method Detail
shouldProxy
boolean shouldProxy(GProp<?> gp)
Checks if the property should be proxied or not.- Parameters:
gp
- The property.- Returns:
- true to proxy the property, false otherwise.