public getAttributes(notInherited as Boolean = true) as ArrayList<klyn.reflection.Attribute>:
Method to get the attributes of the type.
| Parameter | Description |
|---|---|
notInherited | If true, only attributes declared in this type are returned. |
The list of reflected attributes.