--- old/src/share/classes/java/time/temporal/TemporalAdjuster.java 2013-02-08 10:48:28.000000000 -0800 +++ new/src/share/classes/java/time/temporal/TemporalAdjuster.java 2013-02-08 10:48:28.000000000 -0800 @@ -93,6 +93,7 @@ * * @since 1.8 */ +@FunctionalInterface public interface TemporalAdjuster { /** @@ -127,7 +128,7 @@ *

* The input temporal object may be in a calendar system other than ISO. * Implementations may choose to document compatibility with other calendar systems, - * or reject non-ISO temporal objects by {@link Queries#chrono() querying the chronology}. + * or reject non-ISO temporal objects by {@link Queries#chronology() querying the chronology}. *

* This method may be called from multiple threads in parallel. * It must be thread-safe when invoked.