@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface Words
The actual conversion between long values and words is handled by the WordsLongConverter class.
WordsLongConverter,
LongConverterpublic static final LongConverter INSTANCE
WordsLongConverter to be used for
converting between long values and their word representations.Copyright © 2023. All rights reserved.