public getAttribute(attributeName as String, notInherited as Boolean = true) as klyn.reflection.Attribute:
Method to get a specific attribute of the type.
| Parameter | Description |
|---|---|
attributeName | The name of the attribute to retrieve. |
notInherited | If true, only attributes declared in this type are considered. |
The attribute if found.