📄 donotuse_seejavadoc.java
字号:
// You can redistribute this software and/or modify it under the terms of// the Ozone Library License version 1 published by ozone-db.org.//// This file is// Copyright (C) 2003-@year@ Leo Mekenkamp. All rights reserved.// $Id: FullTreeMap.java,v 1.3 2003/02/02 17:21:41 leomekenkamp Exp $package org.ozoneDB.collections;/** * <p>This class is only used to 'mark' a constructor or method which needs to be public * because of the interface/proxy structure used by Ozone, but should NOT be * called or used in any other way.</p> * <p>If you see any method or ctor that needs a parameter of this type, simply * do NOT use it.</p> * @author <a href="mailto:ozoneATmekenkampD0Tcom">Leo Mekenkamp (mind the anti-sp@m)</a> */public class DoNotUse_SeeJavadoc { /** Creates a new instance of DoNotUse_SeeJavadoc */ public DoNotUse_SeeJavadoc() { } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -