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