Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bindInterfacesTest (0.2 sec)

  1. maven-di/src/test/java/org/apache/maven/di/impl/InjectorImplTest.java

            @Named
            static class MyMojo {
                @Inject
                MyService service;
            }
        }
    
        @Test
        public void bindInterfacesTest() {
            Injector injector = Injector.create().bindImplicit(BindInterfaces.class);
            BindInterfaces.TestInterface<String> inst =
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Feb 09 17:13:31 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top