fdk-java icon indicating copy to clipboard operation
fdk-java copied to clipboard

Move the check for a method into the MethodInvoker

Open mjg123 opened this issue 8 years ago • 0 comments

Currently all function classes are required to have a method which is designated as "the function". This isn't necessary for all invokers, eg those that can determine the method themselves by reflection or other means.

This check should be lifted from the EntryPoint class into the MethodInvoker.

mjg123 avatar Dec 02 '17 14:12 mjg123