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

#29 obsluga klas bez defaultowych konstruktorow #45

Merged
merged 10 commits into from
Jun 6, 2016

Conversation

sta-szek
Copy link
Owner

No description provided.

try {
return proxyFactory.create(new Class[0], new Class[0], (self, thisMethod, proceed, args) -> 0);
} catch (NoSuchMethodException | InstantiationException | IllegalAccessException | InvocationTargetException e) {
throw new ObjectInstantiationException(clazz, "Class could not be proxied.");
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sta-szek sta-szek merged commit 5118fa3 into master Jun 6, 2016
@sta-szek sta-szek deleted the #29-Obsluga-klas-bez-defaultowych-konstruktorow branch June 6, 2016 16:19
@sta-szek sta-szek self-assigned this Jun 6, 2016
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

Successfully merging this pull request may close these issues.

1 participant