Interface BeanMetaDataEntry<K>

Type Parameters:
K - the bean group identifier type
All Superinterfaces:
ImmutableBeanMetaDataEntry<K>
All Known Subinterfaces:
RemappableBeanMetaDataEntry<K>
All Known Implementing Classes:
DefaultBeanMetaDataEntry, MutableBeanMetaDataEntry

public interface BeanMetaDataEntry<K> extends ImmutableBeanMetaDataEntry<K>
Bean metadata cache entry.
Author:
Paul Ferraro