Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Inject
- BeanManager manager;
- @Test
- public void test() {
- System.out.println("Scope: " + manager.getContext(ApplicationScoped.class));
- }
- Scope: Active application context holding 8 instances
Add Comment
Please, Sign In to add comment