Annotation Interface Attribute


@Target({}) @Retention(RUNTIME) public @interface Attribute
Attribute for a Converter or Validator that is applied to a value retrieved from an HTTP request and injected via the @Param qualifier.
Since:
1.6
Author:
Arjan Tijms
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the attribute.
    Value of the attribute.
  • Element Details

    • name

      String name
      Name of the attribute.
      Returns:
      Name of the attribute.
    • value

      String value
      Value of the attribute.
      Returns:
      Value of the attribute.