If a named schema has already been defined in the same Avro IDL file, it may be referenced by name
diff --git a/lang/java/avro/src/main/java/org/apache/avro/specific/package.html b/lang/java/avro/src/main/java/org/apache/avro/specific/package.html
index d9be484451f..7b027547ce6 100644
--- a/lang/java/avro/src/main/java/org/apache/avro/specific/package.html
+++ b/lang/java/avro/src/main/java/org/apache/avro/specific/package.html
@@ -31,6 +31,9 @@
Record, enum, and fixed schemas generate Java class definitions.
+
If a Conversion instance is available for the related logical type,
+ the value will be mapped to the object returned by that Conversion.
+
All other types are mapped as in the {@link org.apache.avro.generic
generic} API.
Record, enum, and fixed schemas generate Java class definitions.
If a Conversion instance is available for the related logical type,
- the value will be mapped to the object returned by that Conversion.
+ the value will be mapped to the object returned by that Conversion. The
+ logical type conversions for {@code date}, {@code time-millis}, {@code
+ timestamp-millis} and {@code decimal} are pre-defined in the class {@link
+ org.apache.avro.compiler.specific.SpecificCompiler SpecificCompiler}.
All other types are mapped as in the {@link org.apache.avro.generic
generic} API.