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

org.springframework.content.commons.mappingcontext.Condition Maven / Gradle / Ivy

There is a newer version: 3.0.15
Show newest version
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