org.springframework.content.commons.mappingcontext.Condition Maven / Gradle / Ivy
package org.springframework.content.commons.mappingcontext;
import org.springframework.core.convert.TypeDescriptor;
public interface Condition {
public boolean matches(TypeDescriptor descriptor);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy