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.