Skip to content
Merged
Changes from 1 commit
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,9 @@
*
* <p>
* Additional formats can be defined by implementing
* {@link SchemaFormatterFactory}.
* {@link SchemaFormatterFactory}. They are located using a
* {@link java.util.ServiceLoader} and must therefore be threadsafe. See the
* {@code ServiceLoader} class for details on loading your implementation.
* </p>
*
* @see <a href=
Expand All @@ -66,6 +68,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