Class DeprecationWarning

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

public class DeprecationWarning extends Object implements Decorator
  • Field Details

    • LOG

      private static final Logger LOG
  • Constructor Details

    • DeprecationWarning

      public DeprecationWarning()
  • Method Details

    • decorate

      public <T> T decorate(T o)
      Specified by:
      decorate in interface Decorator
    • verifyIndirectTypes

      private void verifyIndirectTypes(Class<?> superClazz, Class<?> clazz, String typeName)
    • destroy

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