Annotation Interface InjectLinks


@Target({TYPE,FIELD}) @Retention(RUNTIME) @Beta public @interface InjectLinks
Used to request the addition of a set of links, can be used for both link headers on a Class or injection into a List or Link[] property.
Author:
Mark Hadley, Gerard Davison (gerard.davison at oracle.com)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Container for a set of InjectLink annotations
  • Element Details

    • value

      InjectLink[] value
      Container for a set of InjectLink annotations
      Returns:
      array of InjectLink elements
      Default:
      {}