ARTEMIS-4690 fix java doc generation
This commit is contained in:
parent
82c4df180e
commit
49013aa5bd
|
@ -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 {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue