mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user