Class DeprecationWarning

  • All Implemented Interfaces:
    Decorator

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

      Constructors 
      Constructor Description
      DeprecationWarning()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      <T> T decorate​(T o)
      Deprecated.
       
      void destroy​(java.lang.Object o)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeprecationWarning

        public DeprecationWarning()
        Deprecated.
    • Method Detail

      • decorate

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

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