Can an annotated @CDIView in another jar be used for bean injection in the

Can an injected @CDIView in another jar be used for bean injection in the main war?

Hi,

I am planning to split parts of my Web Application into separated projects and jars so that I will not end up with a massive single project.

I have made an exercise on this technique but the Navigator want navigate to an annotated class @CDIView (“login”) that exists in another jar.

Is there anyway to use injected @CDIView in another jar be used for bean injection in the main war?