klyn.Type.getAttributes
method
public getAttributes(notInherited as Boolean = true) as ArrayList<klyn.reflection.Attribute>:
Description

Method to get the attributes of the type.

Parameters
  • notInherited If true, only attributes declared in this type are returned.
Returns

The list of reflected attributes.