src/share/classes/java/util/prefs/package.html

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:


  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 
  29 </head>
  30 <body bgcolor="white">
  31 
  32 This package allows applications to store and retrieve user and system
  33 preference and configuration data. This data is stored persistently in an
  34 implementation-dependent backing store. There are two separate trees of
  35 preference nodes, one for user preferences and one for system preferences.
  36 
  37 <!--
  38 <h2>Package Specification</h2>
  39 <h2>Related Documentation</h2>
  40 -->
  41 
  42 @since JDK1.4
  43 </body>
  44 </html>


  22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  23 
  24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  25 or visit www.oracle.com if you need additional information or have any
  26 questions.
  27 -->
  28 
  29 </head>
  30 <body bgcolor="white">
  31 
  32 This package allows applications to store and retrieve user and system
  33 preference and configuration data. This data is stored persistently in an
  34 implementation-dependent backing store. There are two separate trees of
  35 preference nodes, one for user preferences and one for system preferences.
  36 
  37 <!--
  38 <h2>Package Specification</h2>
  39 <h2>Related Documentation</h2>
  40 -->
  41 
  42 @since 1.4
  43 </body>
  44 </html>