public class SeatAllocationService implements Serializable {
@Inject
EntityManager entityManager;
//...
}
I was reading Ticket-monster.2.1.6.final. This annotation made me confused. Looking up Oracle and google didn't help: According to oracle doc, @inject Identifies injectable constructors, methods, and fields. However, what is injectable constructors?