mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-3072 Add comments at top of Holiday files reminding clients that this is draft API.
X-SVN-Rev: 27156
This commit is contained in:
parent
8ddbd1394c
commit
9054a6919b
7 changed files with 28 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2007, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -10,6 +10,9 @@ package com.ibm.icu.util;
|
|||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* <b>Note:</b> The Holiday framework is a technology preview.
|
||||
* Despite its age, is still draft API, and clients should treat it as such.
|
||||
*
|
||||
* DateRule is an interface for calculating the date of an event.
|
||||
* It supports both recurring events and those which occur only once.
|
||||
* DateRule is useful for storing information about holidays,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2006, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -10,6 +10,9 @@ package com.ibm.icu.util;
|
|||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* <b>Note:</b> The Holiday framework is a technology preview.
|
||||
* Despite its age, is still draft API, and clients should treat it as such.
|
||||
*
|
||||
* A Holiday subclass which represents holidays that occur
|
||||
* a fixed number of days before or after Easter. Supports both the
|
||||
* Western and Orthodox methods for calculating Easter.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2006, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -8,6 +8,9 @@
|
|||
package com.ibm.icu.util;
|
||||
|
||||
/**
|
||||
* <b>Note:</b> The Holiday framework is a technology preview.
|
||||
* Despite its age, is still draft API, and clients should treat it as such.
|
||||
*
|
||||
* @draft ICU 2.8 (retainAll)
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2008, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -13,6 +13,9 @@ import java.util.MissingResourceException;
|
|||
import java.util.ResourceBundle;
|
||||
|
||||
/**
|
||||
* <b>Note:</b> The Holiday framework is a technology preview.
|
||||
* Despite its age, is still draft API, and clients should treat it as such.
|
||||
*
|
||||
* An abstract class representing a holiday.
|
||||
* @draft ICU 2.8 (retainAll)
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2009, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -11,6 +11,9 @@ import java.util.Date;
|
|||
import java.util.Vector;
|
||||
|
||||
/**
|
||||
* <b>Note:</b> The Holiday framework is a technology preview.
|
||||
* Despite its age, is still draft API, and clients should treat it as such.
|
||||
*
|
||||
* Implementation of DateRule that takes a range.
|
||||
* @draft ICU 2.8 (retainAll)
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2008, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -10,6 +10,9 @@ package com.ibm.icu.util;
|
|||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* <b>Note:</b> The Holiday framework is a technology preview.
|
||||
* Despite its age, is still draft API, and clients should treat it as such.
|
||||
*
|
||||
* Simple implementation of DateRule.
|
||||
* @draft ICU 2.8 (retainAll)
|
||||
* @provisional This API might change or be removed in a future release.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1996-2006, International Business Machines Corporation and *
|
||||
* Copyright (C) 1996-2010, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -12,6 +12,9 @@ import com.ibm.icu.util.Calendar;
|
|||
import com.ibm.icu.util.GregorianCalendar;
|
||||
|
||||
/**
|
||||
* <b>Note:</b> The Holiday framework is a technology preview.
|
||||
* Despite its age, is still draft API, and clients should treat it as such.
|
||||
*
|
||||
* A holiday whose date can be represented by a month, day, and optionally day of week
|
||||
* in the Gregorian calendar.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue