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

org.nakedobjects.metamodel.facets.actions.debug.DebugFacetAbstract Maven / Gradle / Ivy

There is a newer version: 4.0-beta-1
Show newest version
package org.nakedobjects.metamodel.facets.actions.debug;

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


public abstract class DebugFacetAbstract extends MarkerFacetAbstract implements DebugFacet {

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy