public class CacheMethodDetailsImpl<A extends Annotation> extends Object implements javax.cache.annotation.CacheMethodDetails<A>
Modifier and Type | Field and Description |
---|---|
protected InvocationContext |
delegate |
Constructor and Description |
---|
CacheMethodDetailsImpl(InvocationContext delegate,
A cacheAnnotation,
String cacheName) |
protected final InvocationContext delegate
public CacheMethodDetailsImpl(InvocationContext delegate, A cacheAnnotation, String cacheName)
public Method getMethod()
getMethod
in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>
public A getCacheAnnotation()
getCacheAnnotation
in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>
public String getCacheName()
getCacheName
in interface javax.cache.annotation.CacheMethodDetails<A extends Annotation>
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.