All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.minlia.module.data.batis.event.AfterQueryEvent Maven / Gradle / Ivy

The newest version!
package com.minlia.module.data.batis.event;

import org.springframework.context.ApplicationEvent;

/**
 * @author will
 */
public class AfterQueryEvent extends ApplicationEvent {

  public AfterQueryEvent(Object source) {
    super(source);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy