All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jakarta.activation.spi.package-info Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Distribution License v. 1.0, which is available at
 * http://www.eclipse.org/org/documents/edl-v10.php.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

/**
 * 

Provides interfaces which implementations will be used as service providers for other services * that used by Jakarta Activation.

*

Implementation of Jakarta Activation must implement interfaces declared in this package. * Jakarta Activation uses {@link java.util.ServiceLoader} class to discover * and load implementations of the interfaces from this package using standard Java SPI mechanism.

*/ package jakarta.activation.spi;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy