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

org.nakedobjects.metamodel.facets.ignore.IgnoreFacetAbstract Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.facets.ignore;

import org.nakedobjects.metamodel.facets.FacetHolder;
import org.nakedobjects.metamodel.facets.MarkerFacetAbstract;


public abstract class IgnoreFacetAbstract extends MarkerFacetAbstract implements IgnoreFacet {

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy