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

org.richfaces.cdk.model.ComponentLibraryHolder Maven / Gradle / Ivy

The newest version!
package org.richfaces.cdk.model;

public class ComponentLibraryHolder {

    private ComponentLibrary library = new ComponentLibrary();

    public ComponentLibrary getLibrary() {
        return library;
    }

    public void setLibrary(ComponentLibrary library) {
        this.library = library;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy