klyn.Type.attributes
property
public readonly property attributes as ArrayList<klyn.reflection.Attribute>:
Description

Reflected attributes declared on the type.

Example
attrs = String.type.attributes
print(attrs.size)