Skip to content

Instantly share code, notes, and snippets.

@canmahmut
canmahmut / gist:5452012
Created April 24, 2013 13:11
JSF Converter and Injection
package com.mkyong;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
@Named