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

org.nakedobjects.metamodel.facets.actcoll.typeof.TypeOfFacetInferredFromSupportingMethods Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.actcoll.typeof;

import org.nakedobjects.metamodel.facets.FacetHolder;
import org.nakedobjects.metamodel.specloader.SpecificationLoader;


public class TypeOfFacetInferredFromSupportingMethods extends TypeOfFacetAbstract {

    public TypeOfFacetInferredFromSupportingMethods(
            final Class type,
            final FacetHolder holder,
            final SpecificationLoader specificationLoader) {
        super(type, holder, specificationLoader);
    }

}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy