File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/org/springframework/retry/annotation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2012-2013 the original author or authors.
2+ * Copyright 2012-2022 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2424
2525import org .springframework .context .annotation .EnableAspectJAutoProxy ;
2626import org .springframework .context .annotation .Import ;
27+ import org .springframework .core .annotation .AliasFor ;
2728
2829/**
2930 * Global enabler for <code>@Retryable</code> annotations in Spring beans. If this is
4748 * standard Java interface-based proxies. The default is {@code false}.
4849 * @return whether to proxy or not to proxy the class
4950 */
51+ @ AliasFor (annotation = EnableAspectJAutoProxy .class )
5052 boolean proxyTargetClass () default false ;
5153
5254}
You can’t perform that action at this time.
0 commit comments