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

Missing scopes #53

Merged
merged 16 commits into from
Sep 5, 2013
Merged

Missing scopes #53

merged 16 commits into from
Sep 5, 2013

Conversation

Turini
Copy link
Member

@Turini Turini commented Sep 5, 2013

No description provided.

import javax.enterprise.inject.Stereotype;

@RequestScoped
@Stereotype
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured that all Deserializer should be request scoped... am I right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really... There is no restriction for this...

If someone adds @RequestScope and another scope, what does it happen?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I've not explained right =) I was talking about default option, if client want
use session or any another scope, he just need annotate his class to override it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok then ;)

Turini added a commit that referenced this pull request Sep 5, 2013
@Turini Turini merged commit ecd70f6 into master Sep 5, 2013
@Turini Turini added this to the 4.0.0-beta-1 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