Polishing
This commit is contained in:
@@ -129,6 +129,8 @@ public abstract class AbstractFallbackTransactionAttributeSource implements Tran
|
||||
/**
|
||||
* Same signature as {@link #getTransactionAttribute}, but doesn't cache the result.
|
||||
* {@link #getTransactionAttribute} is effectively a caching decorator for this method.
|
||||
* <p>As of 4.1.8, this method can be overridden.
|
||||
* @since 4.1.8
|
||||
* @see #getTransactionAttribute
|
||||
*/
|
||||
protected TransactionAttribute computeTransactionAttribute(Method method, Class<?> targetClass) {
|
||||
|
||||
Reference in New Issue
Block a user