Package com.broadleafcommerce.tax.simple
Class LegacySimpleTaxProperties
- java.lang.Object
-
- com.broadleafcommerce.tax.simple.LegacySimpleTaxProperties
-
@Deprecated @ConfigurationProperties("broadleaf.taxprovider.simple") public class LegacySimpleTaxProperties extends Object
Deprecated.This is deprecated. In particular, the property path 'broadleaf.taxprovider.simple' is deprecated. Please see/useSimpleTaxProperties
, which makes use of the property path 'broadleaf.tax.provider.simple'.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
SimpleTaxProperties
-
-
Constructor Summary
Constructors Constructor Description LegacySimpleTaxProperties()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.springframework.core.io.Resource
getConfigPath()
Deprecated.void
setConfigPath(org.springframework.core.io.Resource configPath)
Deprecated.
-