Package org.wso2.carbon.caching.impl
Class AnnotationProviderImpl
- java.lang.Object
-
- org.wso2.carbon.caching.impl.AnnotationProviderImpl
-
- All Implemented Interfaces:
AnnotationProvider
public class AnnotationProviderImpl extends Object implements AnnotationProvider
TODO: class description
-
-
Constructor Summary
Constructors Constructor Description AnnotationProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSupported()Indicates whether annotations are supported by this implementation.
-
-
-
Method Detail
-
isSupported
public boolean isSupported()
Description copied from interface:AnnotationProviderIndicates whether annotations are supported by this implementation.- Specified by:
isSupportedin interfaceAnnotationProvider- Returns:
- true if the feature is supported
-
-