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
@TypeName annotation scanner #263
Comments
@abibell , this is not a good place for copy pasting long code listing, if you have questions about using |
If we are on same page I could finish and send PR today |
|
https://github.com/lukehutch/fast-classpath-scanner seems to have all buzzwords :) |
@abibell we could discuss details on javers chat https://gitter.im/javers/javers |
released in 2.3.0 see http://javers.org/documentation/features/#release-notes |
As a JaVers user I want to scan all my classes with @typename annotation (in given package)
with one call to
JaversBuilder
(preferablyscanTypeNames(String packageToScan)
)in order to use them in all kinds of JQL queries without getting TYPE_NAME_NOT_FOUND exception.
@SInCE 1.4
Vote here if you think that it could be useful.
The text was updated successfully, but these errors were encountered: