Package net.shibboleth.metadata
Interface ItemMetadata
- All Known Implementing Classes:
ErrorStatus,InfoStatus,ItemId,ItemTag,RegistrationAuthority,StatusMetadata,WarningStatus
@Immutable
public interface ItemMetadata
Additional information associated with an
Item while it is being worked with.
Implementations of this interface MUST be immutable. When an Item is cloned,
the clone will reference the same ItemMetadata objects as the original.