Annotation Type Trim
-
@Retention(RUNTIME) @Inherited @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface Trim
Indicates the String value of a field must be trimmed usingTrimConversion
.Commonly used for java beans processed using
BeanProcessor
and/orBeanWriterProcessor
- See Also:
Conversion
,Conversions
,BeanProcessor
,BeanWriterProcessor
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
length
-