Interface ImmutableBeanMetaData<K>

Type Parameters:
K - the bean identifier type
All Superinterfaces:
BeanExpiration, BeanExpirationMetaData, Expiration, ExpirationMetaData
All Known Subinterfaces:
BeanMetaData<K>

public interface ImmutableBeanMetaData<K> extends BeanExpirationMetaData
Describes the immutable metadata of a bean.
Author:
Paul Ferraro
  • Method Details

    • getName

      String getName()
      Returns the component name of this bean.
      Returns:
      the component name of this bean.
    • getGroupId

      K getGroupId()
      Returns the identifier of the group to which this bean is associated.
      Returns:
      a group identifier.