Created
September 28, 2016 20:57
-
-
Save struberg/6f80c2840a94a80371f1701d66834403 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@RequestScoped | |
@Named("conversation") | |
public class ConversationWrapper { | |
private @Inject Conversation conv; | |
public Conversation get() { | |
return conv; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment