Class SamplePatch

  • All Implemented Interfaces:
    Patch, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware

    public class SamplePatch
    extends AbstractPatch
    • Constructor Detail

      • SamplePatch

        public SamplePatch()
        Default constructor for Spring config
    • Method Detail

      • init

        public void init()
        Overrides the base class version to do nothing, i.e. it does not self-register
        Overrides:
        init in class AbstractPatch