Skip to content

Instantly share code, notes, and snippets.

@struberg
Created September 28, 2016 20:57
Show Gist options
  • Save struberg/6f80c2840a94a80371f1701d66834403 to your computer and use it in GitHub Desktop.
Save struberg/6f80c2840a94a80371f1701d66834403 to your computer and use it in GitHub Desktop.
@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