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

org.nakedobjects.metamodel.config.NakedObjectConfigurationAware Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.config;


/**
 * Allows components (eg facet factories) to indicate that they have a dependency on
 * {@link NakedObjectConfiguration}.
 */
public interface NakedObjectConfigurationAware {

    /**
     * Inject the {@link NakedObjectConfiguration} into the component.
     */
    void setNakedObjectConfiguration(NakedObjectConfiguration configuration);
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy