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