1 // You can redistribute this software and/or modify it under the terms of 2 // the Ozone Library License version 1 published by ozone-db.org. 3 // 4 // This file is 5 // Copyright (C) 2003-@year@ Leo Mekenkamp. All rights reserved. 6 // $Id: FullTreeMap.java,v 1.3 2003/02/02 17:21:41 leomekenkamp Exp $ 7 8 package org.ozoneDB.collections; 9 10 /** 11 * <p>This class is only used to 'mark' a constructor or method which needs to be public 12 * because of the interface/proxy structure used by Ozone, but should NOT be 13 * called or used in any other way.</p> 14 * <p>If you see any method or ctor that needs a parameter of this type, simply 15 * do NOT use it.</p> 16 * @author <a HREF="mailto:ozoneATmekenkampD0Tcom">Leo Mekenkamp (mind the anti-sp@m)</a> 17 */ 18 public class DoNotUse_SeeJavadoc { 19 20 /** Creates a new instance of DoNotUse_SeeJavadoc */ 21 public DoNotUse_SeeJavadoc() { 22 } 23 24 } 25