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

com.dooapp.gaedo.properties.PropertyProvider Maven / Gradle / Ivy

package com.dooapp.gaedo.properties;

import com.dooapp.gaedo.finders.FieldInformer;
import com.dooapp.gaedo.finders.root.NoSuchFieldInHierarchyException;

/**
 * Class providing properties using various query mechanisms from an input class
 * @author ndx
 *
 */
public interface PropertyProvider {
	/**
	 * Get an array of properties declared only in that class.
	 * @param containedClass input class
	 * @return properties of this class
	 */
	Property[] get(Class containedClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy