Örnek
Şöyle yaparız
// type filter for retrieving a Cat:Cat cat = CDI.current().select(Cat.class).get();// type and annotation filter for retrieving a @Feline Pet:MyInterface myBean = CDI.current().select(Pet.class,new AnnotationLiteral<Feline>() {}).get();
Hiç yorum yok:
Yorum Gönder