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

Create builder for 'MetaProperty' implementations #9

Open
nipafx opened this issue Jan 4, 2015 · 1 comment
Open

Create builder for 'MetaProperty' implementations #9

nipafx opened this issue Jan 4, 2015 · 1 comment

Comments

@nipafx
Copy link
Collaborator

nipafx commented Jan 4, 2015

The current implementations of MetaProperty are package visible and can hence not be used outside the project. To resolve this issue one or several public builders to instantiate those implementations should be implemented.

@jodastephen
Copy link
Owner

Fundamentally, the only query callers want to make is MetaBean.of(Class) The MetaProperty implementations can be package scoped because they never need to be seen, only via the interface.

What might turn out to be necessary is a way to select how MetaBean.of(Class) works, but lets see how far we can get with a single fixed implementation of the introspector.

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

2 participants