Class DeprecatedInfo


  • public class DeprecatedInfo
    extends Object
    • Constructor Detail

      • DeprecatedInfo

        public DeprecatedInfo​(@NotNull
                              String message,
                              @Nullable
                              String replaceWith,
                              boolean isStrict)
    • Method Detail

      • getMessage

        @NotNull
        public String getMessage()
      • getReplaceWith

        @Nullable
        public String getReplaceWith()
      • isStrict

        public boolean isStrict()