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

com.buschmais.xo.impl.proxy.entity.property.PrimitivePropertyGetMethod Maven / Gradle / Ivy

The newest version!
package com.buschmais.xo.impl.proxy.entity.property;

import com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata;
import com.buschmais.xo.impl.EntityPropertyManager;
import com.buschmais.xo.impl.proxy.common.property.AbstractPrimitivePropertyGetMethod;

public class PrimitivePropertyGetMethod extends AbstractPrimitivePropertyGetMethod> {

    public PrimitivePropertyGetMethod(EntityPropertyManager propertyManager, PrimitivePropertyMethodMetadata metadata) {
        super(propertyManager, metadata);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy