getSignature abstract method

String getSignature()

Gets the annotation's signature string.

The signature typically includes:

  • Annotation type
  • Field values
  • Protection domain

Returns:

  • A string representation of the annotation

Example output: @JsonSerializable(explicitToNull: true, fieldRename: 'kebab')

Implementation

String getSignature();