Generating an avro schema from my pojo

Team, I am working on a POC for confluent Kafka and I want to generate avro schema from my pojo. I know there is a plugin which does the reverse. Can someone please help

I think you can use the reflection API: http://avro.apache.org/docs/1.7.6/api/java/org/apache/avro/reflect/package-summary.html