You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 howMetaBean.of(Class) works, but lets see how far we can get with a single fixed implementation of the introspector.
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.The text was updated successfully, but these errors were encountered: