Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toProvider (0.19 sec)

  1. maven-core/src/main/java/org/apache/maven/session/scope/internal/SessionScopeModule.java

            bind(MavenSession.class)
                    .toProvider(SessionScope.seededKeyProvider(MavenSession.class))
                    .in(scope);
            bind(Session.class)
                    .toProvider(SessionScope.seededKeyProvider(Session.class))
                    .in(scope);
            bind(InternalMavenSession.class)
                    .toProvider(SessionScope.seededKeyProvider(InternalMavenSession.class))
                    .in(scope);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 2.1K bytes
    - Viewed (0)
Back to top