https://github.com/mygreen/super-csv-annotation
'Super CSV' extention library for annotation
https://github.com/mygreen/super-csv-annotation
annotations csv-annotation java supercsv
Last synced: 5 months ago
JSON representation
'Super CSV' extention library for annotation
- Host: GitHub
- URL: https://github.com/mygreen/super-csv-annotation
- Owner: mygreen
- License: apache-2.0
- Created: 2013-03-10T11:20:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T06:10:18.000Z (about 1 year ago)
- Last Synced: 2025-06-21T06:28:42.375Z (about 1 year ago)
- Topics: annotations, csv-annotation, java, supercsv
- Language: Java
- Size: 26.2 MB
- Stars: 31
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://central.sonatype.com/artifact/com.github.mygreen/super-csv-annotation) [](http://javadoc.io/doc/com.github.mygreen/super-csv-annotation) [](https://travis-ci.org/mygreen/super-csv-annotation)
Super CSV Annotation
====================
This library 'Super CSV' extension library with annotation function.
+ this library automatic building for CellProcessor from Annotation with JavaBean.
+ and simply showing localized messages.
# Depends
------------------------------
+ Java1.8
- (SuperCSV2.x is Java1.6+, but this library require Java1.8)
+ SuperCSV 2.4+
# Setup
1. Add dependency for Super Csv Annotation
```xml:pom.xml
com.github.mygreen
super-csv-annotation
2.5
```
2. Add dependency for Logging library. Example Logback.
```xml:pom.xml
ch.qos.logback
logback-classic
1.2.11
test
```
# Build
1. Setup Java SE 8
2. Setup Maven
3. Build with Maven
1. make jar files.
```console
# mvn clean package
```
2. generate site.
```console
# mvn site -Dgpg.skip=true
```
# Document
- Project infomation
- http://mygreen.github.io/super-csv-annotation/index.html
- Manual
- http://mygreen.github.io/super-csv-annotation/sphinx/index.html
- Javadoc
- http://mygreen.github.io/super-csv-annotation/apidocs/index.html
- http://javadoc.io/doc/com.github.mygreen/super-csv-annotation/