Annotation Interface ConfiguredName


@Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface ConfiguredName
Records configured names which may be different from class or field names. May in future take over the role of certain serializer annotations.
Author:
Holger Eichelberger, SSE
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The configured name.
  • Element Details

    • value

      String value
      The configured name.
      Returns:
      the configured name
      Default:
      ""