associator.java
来自「这个是网络上下载的一个struct框架的程序」· Java 代码 · 共 28 行
JAVA
28 行
/*** * 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 + =
减小字号Ctrl + -
显示快捷键?