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

Add a few more checks for the @Bean annotated methods. #4

Open
shochdoerfer opened this issue Nov 7, 2015 · 2 comments
Open

Add a few more checks for the @Bean annotated methods. #4

shochdoerfer opened this issue Nov 7, 2015 · 2 comments

Comments

@shochdoerfer
Copy link
Member

Add a few more checks for the @bean annotated methods, e.g. the methods need to be publicly accessible, otherwise the methods cannot be called from the AnnotationBeanFactory. The generator should throw some exceptions when an "error" in the configuration was found.

@shochdoerfer
Copy link
Member Author

As with #10 Disco is able to deal with protected methods. This might affect the "error detection".

@shochdoerfer shochdoerfer modified the milestone: 0.7.0 Nov 7, 2016
@shochdoerfer
Copy link
Member Author

See also #69 for some more ideas, e.g. checking generated method names for duplicates.

@shochdoerfer shochdoerfer modified the milestone: 0.7.0 Feb 11, 2017
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