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

com.codingapi.springboot.permission.event.JdbcPreparedStatementSqlCreatedEvent Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.codingapi.springboot.permission.event;

import com.codingapi.springboot.framework.event.IEvent;
import com.codingapi.springboot.permission.analyzer.SQL;
import lombok.AllArgsConstructor;
import lombok.Getter;

/**
 * @author lorne
 * @since 1.0.0
 */
@AllArgsConstructor
public class JdbcPreparedStatementSqlCreatedEvent implements IEvent {

    @Getter
    private final SQL sql;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy