Class DeprecationWarning

  • All Implemented Interfaces:
    Decorator

    public class DeprecationWarning
    extends java.lang.Object
    implements Decorator
    • Method Summary

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

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

      • DeprecationWarning

        public DeprecationWarning()
    • Method Detail

      • decorate

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

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