Annotation Type LowerCase
-
@Retention(RUNTIME) @Inherited @Target({FIELD,METHOD,ANNOTATION_TYPE}) public @interface LowerCaseIndicates the String value of a field must be converted to lower case usingLowerCaseConversion.Commonly used for java beans processed using
BeanProcessorand/orBeanWriterProcessor- Author:
- Univocity Software Pty Ltd - parsers@univocity.com
- See Also:
Conversion,Conversions,BeanProcessor,BeanWriterProcessor