📄 configurationservice.java
字号:
package org.codehaus.xfire.plexus.config;/** * Loads up an XML document describing the services and then * builds the services using ServiceConfigurators. * * @author <a href="mailto:dan@envoisolutions.com">Dan Diephouse</a> * @since Sep 20, 2004 */public interface ConfigurationService{ String ROLE = ConfigurationService.class.getName();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -