Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Removing deprecated @AfterInitialization annotation #3

Closed
slu-it opened this issue Nov 20, 2015 · 2 comments
Closed

Removing deprecated @AfterInitialization annotation #3

slu-it opened this issue Nov 20, 2015 · 2 comments
Assignees
Milestone

Comments

@slu-it
Copy link
Member

slu-it commented Nov 20, 2015

With the release of v0.9.9 the @AfterInitialization annotation was deprecated (to be removed in v1.1.0). This was done in favor of using Java's @PostConstruct annotation.

Note: This annotation must remain in the v1.0.x branch!

@slu-it slu-it added this to the 1.1.0.M1 milestone Nov 20, 2015
@slu-it slu-it self-assigned this Nov 20, 2015
@slu-it
Copy link
Member Author

slu-it commented Nov 20, 2015

removed from code base with ea5c21c

@slu-it slu-it closed this as completed Nov 20, 2015
@slu-it
Copy link
Member Author

slu-it commented Nov 20, 2015

When upgrading from older version:
Replace all occurrences of @AfterInitialization with @PostConstruct

(javax.annotation.PostConstruct)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant