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

io.katharsis.jpa.internal.meta.impl.MetaEntityAttributeImpl Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.katharsis.jpa.internal.meta.impl;

import java.beans.PropertyDescriptor;

public class MetaEntityAttributeImpl extends AbstractMetaEntityAttributeImpl {

	public MetaEntityAttributeImpl(AbstractMetaEntityImpl parent, PropertyDescriptor desc) {
		super(parent, desc);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy