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