Annotation Interface MessageProxyInterface


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface MessageProxyInterface
Used to mark generated message proxy interfaces.
See Also:
  • Optional Element Summary

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

    • sourceType

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