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
Modifier and TypeMethodDescriptionboolean
shouldProxy
(GProp<?> gp) Checks if the property should be proxied or not.
Method Details
shouldProxy
Checks if the property should be proxied or not.- Parameters:
gp
- The property.- Returns:
- true to proxy the property, false otherwise.