Annotation Interface Attribute


@Retention(RUNTIME) @Target(PARAMETER) public @interface Attribute
The annotation used to hint the value should be pulled from the attributes of the queue
Author:
John Bryant
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the attribute you wish to access
  • Element Details

    • value

      String value
      The name of the attribute you wish to access
      Returns:
      Default:
      ""