Annotation Interface MCRUserAttribute


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface MCRUserAttribute
Author:
René Adler (eagle)
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    (Optional) The name of the attribute.
    boolean
    (Optional) Allow a null value.
    (Optional) The attribute values separator.
  • Element Details

    • name

      String name
      (Optional) The name of the attribute. Defaults to the property or field name.
      Default:
      ""
    • nullable

      boolean nullable
      (Optional) Allow a null value.
      Default:
      true
    • separator

      String separator
      (Optional) The attribute values separator.
      Default:
      ","