Package org.gbif.api.annotation
Annotation Interface Trim
Indicates that the field is suitable for String trimming. To use this annotate the method with
Trim AND the fields intended for trimming. The field must be:
- A mutable POJO with getters and setters
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Flag to indicate the removal of control characters.
-
Element Details
-
removeControlChars
boolean removeControlCharsFlag to indicate the removal of control characters.- Default:
- false
-