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

liquibase.util.beans.BeanIntrospector Maven / Gradle / Ivy

There is a newer version: 3.6.2.5.inovus
Show newest version
package liquibase.util.beans;

import java.beans.IntrospectionException;

public interface BeanIntrospector {
    void introspect(IntrospectionContext context) throws IntrospectionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy