Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for MyService (0.11 sec)

  1. api/maven-api-di/src/main/java/org/apache/maven/api/di/Inject.java

     * <ul>
     *   <li>Constructors</li>
     *   <li>Methods</li>
     *   <li>Fields</li>
     * </ul>
     * <p>
     * Example usage:
     * <pre>
     * public class MyService {
     *     private final Repository repository;
     *
     *     {@literal @}Inject
     *     public MyService(Repository repository) {
     *         this.repository = repository;
     *     }
     * }
     * </pre>
     *
     * @see Named
     * @since 4.0.0
     */
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Jan 30 23:28:59 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. src/test/java/jcifs/ntlmssp/av/AvTargetNameTest.java

         * Verifies that the original string is returned after encoding and decoding.
         */
        @Test
        void testGetTargetNameFromStringConstructor() {
            String targetName = "MyService/Host.Domain.com";
            AvTargetName avTargetName = new AvTargetName(targetName);
    
            // Verify that getTargetName returns the original string
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.10.md

    * `kubectl port-forward` now supports specifying a service to port forward to, as in `kubectl port-forward svc/myservice 8443:443`. Additional support has also been added for looking up targetPort for a service, as well as enabling using svc/name to select a pod. ([#59809](https://github.com/kubernetes/kubernetes/pull/59809), [@phsiao](https://github.com/phsiao))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
Back to top