Annotation Interface ToString


@Retention(RUNTIME) @Target({ANNOTATION_TYPE,TYPE}) public @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

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    If present, do not include this field in the generated toString.