[threeten-dev] static methods in interfaces: TemporalAdjuster and TemporalQuery
roger riggs
roger.riggs at oracle.com
Tue Oct 1 14:53:17 PDT 2013
Hi,
As proposed in https://github.com/ThreeTen/threeten/issues/340
and in JBS: https://bugs.openjdk.java.net/browse/JDK-8025722
"The static methods on TemporalAdjuster and TemporalQuery feel slightly
misplaced after using them for a few months. While they make discovery
easier, they add significant weight to the basic interface. Using
separate static classes for methods which are an extensible set feels
more appropriate now. "
The javadoc is:
http://cr.openjdk.java.net/~rriggs/javadoc-temporal-statics-8025722/
The webrev:
http://cr.openjdk.java.net/~rriggs/webrev-temporal-statics-8025722/
Please comment, Roger
p.s. a regular core-libs Review will be needed also.
More information about the threeten-dev
mailing list