I found that solution for above issue it was due to java upgrade, in java 8 it was
automatically processing annotations while after java 8 we need to do for each one like we
do for lombok.
I am able to start my application in wildfly 30.0.0 version now.
Thanks you !