Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Aug 22, 2014
1 parent 75c6832 commit 28991c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Coverage Status](https://img.shields.io/coveralls/stephanenicolas/mimic.svg)](https://coveralls.io/r/stephanenicolas/mimic?branch=master)
[![Travis Build](https://travis-ci.org/stephanenicolas/mimic.svg?branch=master)](https://travis-ci.org/stephanenicolas/mimic)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.stephanenicolas.mimic/mimic/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.stephanenicolas.mimic/mimic)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.stephanenicolas.mimic/mimic-library/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.stephanenicolas.mimic/mimic-library)


Mimicing is, indeed, kind of way to bypass java single inheritance paradigm. It allows to copy all declared fields, constructors and methods in a given class into another class.
Expand Down

0 comments on commit 28991c5

Please sign in to comment.