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 Detail

      • getGroupId

        K getGroupId()
      • getCreationTime

        Instant getCreationTime()