Home > Guides > Core Developers Guide > Annotations > KeyProperty Annotation

Sets the KeyProperty for type conversion.

Usage

The KeyProperty annotation must be applied at field or method level.

This annotation should be used with Generic types, if the key property of the key element needs to be specified.

Parameters

ParameterRequiredDefaultDescription
valuenoidThe key property value.

Examples