Package javax.cache.spi
Interface AnnotationProvider
-
- All Known Implementing Classes:
AnnotationProviderImpl
public interface AnnotationProviderInterface that should be implemented by a cache annotations provider. It is invoked by theCachingclass to determine which annotations related features are supported. An implementation of this interface must have a public no-arg constructor.- Since:
- 1.0
- Author:
- Eric Dalquist
- See Also:
Caching
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSupported()Indicates whether annotations are supported by this implementation.
-