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

org.nakedobjects.metamodel.facets.actions.choices.ActionChoicesFacetAbstract Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.actions.choices;

import org.nakedobjects.metamodel.facets.Facet;
import org.nakedobjects.metamodel.facets.FacetAbstract;
import org.nakedobjects.metamodel.facets.FacetHolder;


public abstract class ActionChoicesFacetAbstract extends FacetAbstract implements ActionChoicesFacet {

    public static Class type() {
        return ActionChoicesFacet.class;
    }

    public ActionChoicesFacetAbstract(final FacetHolder holder) {
        super(type(), holder, false);
    }

}

// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy