Annotation Interface Indexed


@Retention(RUNTIME) @Target(FIELD) public @interface Indexed
Marks a field in a Metadata able to be used for searches. Providing a name value defines the index to use. Proper index use allows for faster searches
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • name

      String name
      Default:
      "default"