Annotation Type Value.Style.Depluralize


  • @Target({TYPE,PACKAGE,ANNOTATION_TYPE})
    public static @interface Value.Style.Depluralize
    Enables depluralization and may provide depluralization dictionary. The annotation which may be placed on a package, type or as meta-annotation. And dictionary will be merged across all applicable definitions.
    See Also:
    Value.Style.depluralize()
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] dictionary
      Depluralization dictionary.
    • Element Detail