Use APIs in {@link DynamicPropertyFactory} to create instance of this class. @author awang
717273747576777879
return property.get(); } @Override public int getInt(String key, int defaultValue) { final DynamicIntProperty property = DynamicPropertyFactory .getInstance().getIntProperty(key, defaultValue); return property.get(); }