All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.opensymphony.xwork.interceptor.component.ResourceAware Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
/*
 * Copyright (c) 2002-2006 by OpenSymphony
 * All rights reserved.
 */

package com.opensymphony.xwork.interceptor.component;

import java.util.Set;

/**
 * @author plightbo
 * @deprecated WebWork's IoC has been deprecated, please use an alternative such as Spring.
 */
public interface ResourceAware {
    Set getDependentResources();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy