Annotation Interface Description


@Target({FIELD,METHOD,TYPE}) @Retention(RUNTIME) public @interface Description
Annotation to describe semantics of a resource.
Author:
Jon Brisbin, Oliver Gierke
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The textual description of the resource.
  • Element Details

    • value

      String value
      The textual description of the resource. Can be a resource bundle key for internationalization.
      Returns: