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

com.github.bingoohuang.sqltrigger.TriggerBeanItem Maven / Gradle / Ivy

The newest version!
package com.github.bingoohuang.sqltrigger;

import lombok.Value;

import java.lang.reflect.Method;

@Value
public class TriggerBeanItem {
    private final TriggerType type;
    private final Method method;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy