Class DeprecationWarning

  • All Implemented Interfaces:
    Decorator

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

      Fields 
      Modifier and Type Field Description
      private static Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T decorate​(T o)  
      void destroy​(java.lang.Object o)  
      private void verifyIndirectTypes​(java.lang.Class<?> superClazz, java.lang.Class<?> clazz, java.lang.String typeName)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        private static final Logger LOG
    • Constructor Detail

      • DeprecationWarning

        public DeprecationWarning()
    • Method Detail

      • decorate

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

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

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