Interface ImmutableBeanMetaDataEntry<K>

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

public interface ImmutableBeanMetaDataEntry<K>
Immutable view of a bean metadata cache entry.
Author:
Paul Ferraro
  • Method Details