fnproject / fdk-java

Java API and runtime for fn.
Apache License 2.0
142 stars 53 forks source link

make FnFeature multi-valued remove use of getAnnotationsByType #160

Closed zootalures closed 6 years ago

zootalures commented 6 years ago

Hey @tzezula - i've made the FnFeature multi @repeatable and also dropped back to more pedestrian annotation methods - are these supported in substrate?

tzezula commented 6 years ago

The changes seems fine to me. The Class.getAnnotationsByType should be now supported by the SubstrateVM. Sorry for the delay, we had some serious problems with our continuous integration. I've updated the https://github.com/fnproject/fdk-java/pull/156 to contain the SubstrateVM fix.