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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetGroupId()Supplier<Instant>getLastAccess()StringgetName()
-