Annotation Type Name


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented public @interface Name
Annotation to configure stable name or alias.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      if a type is annotated, the stable name of a bean interface or class. In case a property method of a WritableBean interface is annotated the alias of that property.