attributes property

List<StringAttribute> attributes
final

The attributes this string carries.

The list must not be modified after this string is created.

Implementation

final List<StringAttribute> attributes;