Annotation Type Replace

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String expression
      The regular expression to be executed against the String value of the annotated field
      java.lang.String replacement
      The replacement string to substitute any contents matched by the given expression()
    • Element Detail

      • expression

        java.lang.String expression
        The regular expression to be executed against the String value of the annotated field
        Returns:
        the regular expression
      • replacement

        java.lang.String replacement
        The replacement string to substitute any contents matched by the given expression()
        Returns:
        the replacement string