Polishing

This commit is contained in:
Juergen Hoeller
2018-07-18 14:27:16 +02:00
parent cab35aa788
commit 5fcfe0fa8e
6 changed files with 42 additions and 28 deletions

View File

@@ -41,6 +41,7 @@ public class BeanFactoryJCacheOperationSourceAdvisor extends AbstractBeanFactory
}
};
/**
* Set the cache operation attribute source which is used to find cache
* attributes. This should usually be identical to the source reference

View File

@@ -29,8 +29,8 @@ import org.springframework.lang.Nullable;
* @since 4.1
* @param <A> the annotation type
*/
class DefaultCacheKeyInvocationContext<A extends Annotation>
extends DefaultCacheInvocationContext<A> implements CacheKeyInvocationContext<A> {
class DefaultCacheKeyInvocationContext<A extends Annotation> extends DefaultCacheInvocationContext<A>
implements CacheKeyInvocationContext<A> {
private final CacheInvocationParameter[] keyParameters;