Annotation Type UniqueId


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface UniqueId
Annotates a method (to be invoked) that returns the unique id of the object. The method must have zero arguments. The "name" argument allows you to specify an alternative name for this "id" property. The preferred/default value is "id"
Author:
Gethin James
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String