Change record status: 
Project: 
Introduced in branch: 
6.0.x
Introduced in version: 
6.0.0-alpha1
Description: 

@AkamaiClient will be removed in 6.1.x or 7.0.x of the akamai module. Convert to attribute
#[AkamaiClient].

Example

Before

 * @AkamaiClient(
 *   id = "v3",
 *   title = @Translation("Akamai Client CCUv3")
 * )

After

#[AkamaiClient(
  id: 'v3',
  title: new TranslatableMarkup('Akamai Client CCUv3'),
)]
Impacts: 
Module developers