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

methods using @DefaultValue should cache value #1

Open
martino2k6 opened this issue Apr 10, 2015 · 0 comments
Open

methods using @DefaultValue should cache value #1

martino2k6 opened this issue Apr 10, 2015 · 0 comments

Comments

@martino2k6
Copy link
Owner

Each time a get method using a @DefaultValue annotation is invoked the resource identifier is resolved to a value. Since this is static, it should only be needed to get it the first time and then store it in a cache private to the InvocationHandler.

@martino2k6 martino2k6 modified the milestones: 1.1.0, 1.2.0 Apr 10, 2015
@martino2k6 martino2k6 self-assigned this Jun 28, 2015
@martino2k6 martino2k6 modified the milestone: 2.0.0 Jun 28, 2015
@martino2k6 martino2k6 modified the milestone: 2.0.0 Apr 17, 2016
@martino2k6 martino2k6 removed their assignment Apr 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant