Merge branch '5.1.x'

This commit is contained in:
Juergen Hoeller
2019-06-12 18:16:30 +02:00
19 changed files with 31 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ import org.springframework.transaction.TransactionDefinition;
* @see org.springframework.transaction.interceptor.DefaultTransactionAttribute
* @see org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
*/
@Target({ElementType.METHOD, ElementType.TYPE})
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented