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

com.buschmais.xo.api.metadata.method.PrimitivePropertyMethodMetadata Maven / Gradle / Ivy

The newest version!
package com.buschmais.xo.api.metadata.method;

import com.buschmais.xo.api.metadata.reflection.PropertyMethod;

public class PrimitivePropertyMethodMetadata extends AbstractPropertyMethodMetadata {

    public PrimitivePropertyMethodMetadata(PropertyMethod propertyMethod, DatastoreMetadata datastoreMetadata) {
        super(propertyMethod, datastoreMetadata);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy