diff dwtx/core/runtime/Assert.d @ 70:46a6e0e6ccd4

Merge with d-fied sources of 3.4M7
author Frank Benoit <benoit@tionex.de>
date Thu, 22 May 2008 01:36:46 +0200
parents 8a302fdb4140
children
line wrap: on
line diff
--- a/dwtx/core/runtime/Assert.d	Mon May 19 13:41:06 2008 +0200
+++ b/dwtx/core/runtime/Assert.d	Thu May 22 01:36:46 2008 +0200
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -32,6 +32,8 @@
  * This class is not intended to be instantiated or sub-classed by clients.
  * </p>
  * @since dwtx.equinox.common 3.2
+ * @noextend This class is not intended to be subclassed by clients.
+ * @noinstantiate This class is not intended to be instantiated by clients.
  */
 public final class Assert {
     /* This class is not intended to be instantiated. */