Annotation Interface KindHint


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface KindHint
Marker to advise the "kind" of the implementation when used with a sealed-type hierarchy.

When this marker is spotted, the ConverterLookup will be consulted to produce an instance of that type.

Since:
4.1.0
Author:
Ashley Scopes
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The kind of the implementation.
  • Element Details

    • value

      String value
      The kind of the implementation.
      Returns:
      the kind.