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/use
SimpleTaxProperties
, which makes use of the property path
'broadleaf.tax.provider.simple'.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resource
Deprecated.void
setConfigPath
(org.springframework.core.io.Resource configPath) Deprecated.
-
Constructor Details
-
LegacySimpleTaxProperties
public LegacySimpleTaxProperties()Deprecated.
-
-
Method Details
-
setConfigPath
public void setConfigPath(org.springframework.core.io.Resource configPath) Deprecated. -
getConfigPath
public org.springframework.core.io.Resource getConfigPath()Deprecated.
-