Annotation Type LifecycleUtil.Deactivator


  • @Retention(RUNTIME)
    @Target(METHOD)
    public static @interface LifecycleUtil.Deactivator
    Annotates a method of a POJO class that's supposed to be called to deactivate a POJO object during LifecycleUtil.deactivate(Object).
    Author:
    Eike Stepper
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean propagate  
    • Element Detail

      • propagate

        boolean propagate
        Default:
        true