Is there a way to reference a handler configuration file (for example: handler.xml) that is distributed inside a JAR file?
Something like this: @HandlerChain(file="somefile.jar")
or @HandlerChain(file="myhandler.xml")
, assuming myhandler.xml
is stored in somefile.jar
.
source share