comparison 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
comparison
equal deleted inserted replaced
69:07b9d96fd764 70:46a6e0e6ccd4
1 /******************************************************************************* 1 /*******************************************************************************
2 * Copyright (c) 2000, 2006 IBM Corporation and others. 2 * Copyright (c) 2000, 2008 IBM Corporation and others.
3 * All rights reserved. This program and the accompanying materials 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0 4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
30 * This class can be used without OSGi running. 30 * This class can be used without OSGi running.
31 * </p><p> 31 * </p><p>
32 * This class is not intended to be instantiated or sub-classed by clients. 32 * This class is not intended to be instantiated or sub-classed by clients.
33 * </p> 33 * </p>
34 * @since dwtx.equinox.common 3.2 34 * @since dwtx.equinox.common 3.2
35 * @noextend This class is not intended to be subclassed by clients.
36 * @noinstantiate This class is not intended to be instantiated by clients.
35 */ 37 */
36 public final class Assert { 38 public final class Assert {
37 /* This class is not intended to be instantiated. */ 39 /* This class is not intended to be instantiated. */
38 private this() { 40 private this() {
39 // not allowed 41 // not allowed