package test; import javax.inject.Inject; public class Test { @Inject private int inter; }