Skip to content

Commit eb0563a

Browse files
authored
added java-doc badges
1 parent fe7f4bd commit eb0563a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ The project is available in [Maven Central](https://search.maven.org/#search%7Cg
1717
compile "com.tmtron.enums:enum-mapper-lib:${VERSION_ENUM_MAPPER}"
1818
apt "com.tmtron.enums:enum-mapper-processor:${VERSION_ENUM_MAPPER}"
1919
```
20-
### enum-mapper-lib [![Maven Central lib](https://img.shields.io/maven-central/v/com.tmtron.enums/enum-mapper-lib.svg?maxAge=2592000)](https://maven-badges.herokuapp.com/maven-central/com.tmtron.enums/enum-mapper-lib)
20+
### enum-mapper-lib
2121
Contains java code and annoations.
22-
This is always needed at compile-time.
22+
This is always needed at compile-time.
23+
[![Maven Central lib](https://img.shields.io/maven-central/v/com.tmtron.enums/enum-mapper-lib.svg?maxAge=2592000)](https://maven-badges.herokuapp.com/maven-central/com.tmtron.enums/enum-mapper-lib) [![Javadoc](https://javadoc-emblem.rhcloud.com/doc/com.tmtron.enums/enum-mapper-lib/badge.svg)](http://www.javadoc.io/doc/com.tmtron.enums/enum-mapper-lib/)
2324

24-
### enum-mapper-processor [![Maven Central processor](https://img.shields.io/maven-central/v/com.tmtron.enums/enum-mapper-processor.svg?maxAge=2592000)](https://maven-badges.herokuapp.com/maven-central/com.tmtron.enums/enum-mapper-processor)
25+
### enum-mapper-processor
2526
Contains the annotation-processor.
2627
This is needed by the annotation-processing build-step (`apt`) and it is only required for the [Full Enum Mapper](#full-enum-mapper).
28+
[![Maven Central processor](https://img.shields.io/maven-central/v/com.tmtron.enums/enum-mapper-processor.svg?maxAge=2592000)](https://maven-badges.herokuapp.com/maven-central/com.tmtron.enums/enum-mapper-processor) [![Javadoc](https://javadoc-emblem.rhcloud.com/doc/com.tmtron.enums/enum-mapper-processor/badge.svg)](http://www.javadoc.io/doc/com.tmtron.enums/enum-mapper-processor/)
2729

2830
## Full Enum Mapper
2931

0 commit comments

Comments
 (0)