package test; import javax.inject.Inject; public class Test { @Inject private Boolean booleanBean; }