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

Startup classes should be dependent #242

Merged
merged 3 commits into from
Oct 30, 2013
Merged

Conversation

Turini
Copy link
Member

@Turini Turini commented Oct 30, 2013

No need to keep an instance of these classes during the entire application life, since it is used
only on startup. Using @Dependent scope, GC collects these classes in your first activity.

@mariofts
Copy link
Member

👌

Turini added a commit that referenced this pull request Oct 30, 2013
@Turini Turini merged commit f92cb9c into master Oct 30, 2013
@Turini Turini deleted the startupClassesShouldBeDependent branch October 30, 2013 12:01
@ghost ghost assigned Turini Nov 20, 2013
@Turini Turini added this to the 4.0.0-beta-3 milestone Mar 6, 2014
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

Successfully merging this pull request may close these issues.

2 participants