Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
*
* <p>
* Additional formats can be defined by implementing
* {@link SchemaFormatterFactory}.
* {@link SchemaFormatterFactory}. They are located using a
* {@link java.util.ServiceLoader}, which loads them using the context
* ClassLoader when available, or the application ClassLoader when not. See the
* {@code ServiceLoader} class for more detailsπ.
* </p>
*
* @see <a href=
Expand All @@ -66,6 +69,7 @@
* Parsing Canonical Form for Schemas</a>
* @see <a href="https://avro.apache.org/docs/current/idl-language/">IDL
* Language</a>
* @see java.util.ServiceLoader
*/
public interface SchemaFormatter {
/**
Expand Down