?? associator.java
字號:
/*** * jwma Java WebMail * Copyright (c) 2000-2003 jwma team * * jwma is free software; you can distribute and use this source * under the terms of the BSD-style license received along with * the distribution. ***/package com.struts2.framework.util;import java.util.List;/** * Interface modeling an <tt>Associator</tt>. * * @author Dieter Wimberger * @version 0.9.7 07/02/2003 */public interface Associator { /** * Returns the associated instances. * * @return the associated instances as <tt>List</tt>. */ public List getRemovedAssociations();}//interface Identifiable
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -