@Retention(value=RUNTIME)
public @interface ExcelBean
Class once annotated with this, can be used to perform excel column data
binding to the instance variables of the annotated class.
This annotation is required to be present on the class.
Must have zero argument constructor
- Author:
- Saket Kumar