klyn.reflection.TypeLoader.propertyAnnotationName
method
public static propertyAnnotationName(typeName as String, propertyName as String, index as Int) as String:
Description

Returns one annotation name on a reflected property.

Parameters
ParameterDescription
typeNameReflected type name.
propertyNameProperty name.
indexZero-based annotation index.
Returns

Annotation name, or an empty string when unavailable.

Example
import klyn.reflection
print(TypeLoader.propertyAnnotationName("User", "id", 0))