com.googlecode.ehcache.annotations.key
Interface ReflectionHelperAware

All Known Implementing Classes:
AbstractDeepCacheKeyGenerator, AbstractHashingCacheKeyGenerator, HashCodeCacheKeyGenerator, ListCacheKeyGenerator, MessageDigestCacheKeyGenerator, ReflectionHashCodeCacheKeyGenerator, SpELCacheKeyGenerator, StringCacheKeyGenerator

public interface ReflectionHelperAware

Implemented by classes that need a ReflectionHelper instance.

Version:
$Revision: 656 $
Author:
Eric Dalquist

Method Summary
 void setReflectionHelper(ReflectionHelper reflectionHelper)
           
 

Method Detail

setReflectionHelper

void setReflectionHelper(ReflectionHelper reflectionHelper)
Parameters:
reflectionHelper -


Copyright © 2011. All Rights Reserved.