Annotation Interface ToString
The ToString annotation on a bean should generate a toString method.
The method will be created in [BeanName]Object class as a static method:
public static String [BeanName]Object.toString(BeanName object)
- Since:
- 1.3
- Author:
- Elif Kurtay
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
If present, do not include this field in the generated toString.