Interface BeanCreationMetaData<K>
-
- Type Parameters:
K- the bean group identifier type
- All Known Implementing Classes:
SimpleBeanCreationMetaData
public interface BeanCreationMetaData<K>Describes the metadata of a cached bean that does not change between invocations/transactions.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantgetCreationTime()KgetGroupId()StringgetName()
-