Package jodd.petite

Class PetiteRegistry.BeanDestroy

  • Enclosing class:
    PetiteRegistry

    public class PetiteRegistry.BeanDestroy
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String beanName  
      protected java.lang.String[] methods  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PetiteRegistry.BeanDestroy methods​(java.lang.String... methods)
      Defines destroy methods.
      void register()
      Registers destroy methods.
      • Methods inherited from class java.lang.Object

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

      • beanName

        protected final java.lang.String beanName
      • methods

        protected java.lang.String[] methods
    • Method Detail

      • register

        public void register()
        Registers destroy methods.