Class DeprecationWarning

java.lang.Object
org.eclipse.jetty.util.DeprecationWarning
All Implemented Interfaces:
Decorator

@Deprecated(since="2021-05-27") public class DeprecationWarning extends Object implements Decorator
Deprecated.
  • Constructor Details

    • DeprecationWarning

      public DeprecationWarning()
      Deprecated.
  • Method Details

    • decorate

      public <T> T decorate(T o)
      Deprecated.
      Specified by:
      decorate in interface Decorator
    • destroy

      public void destroy(Object o)
      Deprecated.
      Specified by:
      destroy in interface Decorator