Annotation Interface MessageKeyConstants


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface MessageKeyConstants
Used to mark generated message key constants interfaces.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the type the message keys were declared in.
  • Element Details

    • value

      Class<?> value
      Returns the type the message keys were declared in.
      Returns:
      the type the message keys were declared in
      Default:
      java.lang.Void.class