Open Source Repository

Home /xwork/xwork-core-2.1.6 | Repository Home



com/opensymphony/xwork2/config/ConfigurationProvider.java
/*
 * Copyright (c) 2002-2006 by OpenSymphony
 * All rights reserved.
 */
package com.opensymphony.xwork2.config;

/**
 * Interface to be implemented by all forms of XWork configuration classes.
 */
public interface ConfigurationProvider extends ContainerProvider, PackageProvider {
}