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

in.cleartax.dropwizard.sharding.transactions.TransactionContext Maven / Gradle / Ivy

There is a newer version: 0.2.198
Show newest version
package in.cleartax.dropwizard.sharding.transactions;


import lombok.Getter;
import lombok.RequiredArgsConstructor;

import java.lang.reflect.Method;


@RequiredArgsConstructor(staticName = "create")
@Getter
public class TransactionContext {

    private final Method methodOfInvocation;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy