Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the check for a method into the MethodInvoker #113

Open
mjg123 opened this issue Dec 2, 2017 · 0 comments
Open

Move the check for a method into the MethodInvoker #113

mjg123 opened this issue Dec 2, 2017 · 0 comments

Comments

@mjg123
Copy link

mjg123 commented Dec 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant