Class ThisLazy

  • All Implemented Interfaces:
    pro.fessional.wings.silencer.enhance.ThisLazyAware

    
    public class ThisLazy<T>
     implements ThisLazyAware<T>
                        
    Since:

    2024-05-10

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ThisLazy()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setThisLazy(@NotNull() T self) inject enhanced this before Bean Initialization
      • Methods inherited from class pro.fessional.wings.silencer.enhance.ThisLazyAware

        thisLazyType
      • Methods inherited from class java.lang.Object

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

      • ThisLazy

        ThisLazy()
    • Method Detail

      • setThisLazy

         void setThisLazy(@NotNull() T self)

        inject enhanced this before Bean Initialization