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

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

There is a newer version: 4.2.4
Show 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 - 2025 Weber Informatics LLC | Privacy Policy