Tag Archives: Annotation

Java EE 6 – CDI: Using InjectionPoint to resolve ambiguous dependencies at run-time

This is an advanced usage of the CDI specification of Java EE 6 that assumes the reader is already familiar with the Dependency Injection patterns provided by it. The problem: We have a service which is dependent of certain type … Continue reading

Posted in CDI, Java, Java EE 6, Technologien | Tagged , , , , , , , , | 2 Comments