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

com.greenpepper.spy.PojoDescription Maven / Gradle / Ivy

The newest version!
package com.greenpepper.spy;

import java.util.Collection;

public interface PojoDescription extends SpyDescription {

    /**
     * @return the list of properties of this POJO
     */
    Collection getProperties();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy