public interface  org.springframework.transaction.interceptor.TransactionAttributeSource extends java.lang.Object
{
public abstract org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(java.lang.reflect.Method, java.lang.Class);
}