Also associated with each service is a set of arbitrary /// attributes that can be used to store extra information /// about service. See {@link InfoDescriptor} for example /// of how to declare the container specific attributes.
/// ///Possible uses for the attributes are to declare a service /// as "stateless", "pass-by-value", "remotable" or even to attach /// attributes such as security or transaction constraints. These /// attributes are container specific and should not be relied /// upon to work in all containers.
/// ///