Class LifecycleMethod


  • public class LifecycleMethod
    extends Object
    A lifecycle method that can be executed on a POJO
    Author:
    Jeff Schnitzer
    • Constructor Detail

      • LifecycleMethod

        public LifecycleMethod​(Method method)
    • Method Detail

      • execute

        public void execute​(Object pojo)