package test; import javax.enterprise.inject.Produces; public class ProducerField1 { @Produces private int value = 0; }