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

org.nakedobjects.metamodel.specloader.classsubstitutor.ClassSubstitutor Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.specloader.classsubstitutor;

import org.nakedobjects.metamodel.commons.component.ApplicationScopedComponent;
import org.nakedobjects.metamodel.commons.component.Injectable;

/**
 * Provides capability to translate or ignore classes.
 * 
 * 

* The class strategy is typically required when either an underlying object store * (such as Hibernate); it then allows the enhancement artifacts can be ignored or * interpreted correctly. */ public interface ClassSubstitutor extends Injectable, ApplicationScopedComponent { Class getClass(Class cls); } // Copyright (c) Naked Objects Group Ltd.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy