src/java.base/share/classes/java/time/format/package-info.java
changeset 49508 8f041818aca9
parent 47216 71c04702a3d5
equal deleted inserted replaced
49507:de0fd2c8a401 49508:8f041818aca9
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    77  * {@link java.time.format.DateTimeFormatter#withLocale(java.util.Locale) withLocale(Locale)}
    77  * {@link java.time.format.DateTimeFormatter#withLocale(java.util.Locale) withLocale(Locale)}
    78  * on the formatter. Further customization is possible using
    78  * on the formatter. Further customization is possible using
    79  * {@link java.time.format.DecimalStyle DecimalStyle}.
    79  * {@link java.time.format.DecimalStyle DecimalStyle}.
    80  * </p>
    80  * </p>
    81  *
    81  *
    82  * <h3>Package specification</h3>
    82  * <h2>Package specification</h2>
    83  * <p>
    83  * <p>
    84  * Unless otherwise noted, passing a null argument to a constructor or method in any class or interface
    84  * Unless otherwise noted, passing a null argument to a constructor or method in any class or interface
    85  * in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown.
    85  * in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown.
    86  * The Javadoc "@param" definition is used to summarise the null-behavior.
    86  * The Javadoc "@param" definition is used to summarise the null-behavior.
    87  * The "@throws {@link java.lang.NullPointerException}" is not explicitly documented in each method.
    87  * The "@throws {@link java.lang.NullPointerException}" is not explicitly documented in each method.