Annotation Type Column


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Column
    Annotation for BeanProcessor to receive hints of the field name rather than dissecting the method name.
    Since:
    2.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String name  
    • Element Detail

      • name

        java.lang.String name
        Default:
        ""