ARTEMIS-4690 fix java doc generation

This commit is contained in:
Gary Tully 2024-03-14 20:53:52 +00:00
parent 82c4df180e
commit 49013aa5bd
1 changed files with 2 additions and 1 deletions

View File

@ -23,8 +23,9 @@ import org.apache.activemq.artemis.core.settings.impl.AddressSettings;
/**
* This class is only kept for compatibility reasons. The encode method should be dead code at this point and
* only the decode should be used when versioning is at play.
* @Deprecated Use PersistedAddressSettingJSON instead
* Deprecated Use PersistedAddressSettingJSON instead
*/
@Deprecated
public class PersistedAddressSetting extends AbstractPersistedAddressSetting implements EncodingSupport {