public interface DeprecableModel
| Modifier and Type | Method and Description |
|---|---|
Optional<DeprecationModel> |
getDeprecationModel() |
default boolean |
isDeprecated() |
Optional<DeprecationModel> getDeprecationModel()
Optional of a DeprecationModel that fully describes the deprecation of a DeprecableModel,
if the model is not deprecated, it will return Optional.empty().default boolean isDeprecated()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.