javax.cache.spi
Interface AnnotationProvider


public interface AnnotationProvider

Interface that should be implemented by a cache annotations provider. It is invoked by the Caching class 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
 boolean isSupported()
          Indicates whether annotations are supported by this implementation.
 

Method Detail

isSupported

boolean isSupported()
Indicates whether annotations are supported by this implementation.

Returns:
true if the feature is supported


Copyright © 2012. All Rights Reserved.