io.github.mmm.entity.bean.impl.EntityPropertyBuildersImpl Maven / Gradle / Ivy
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.entity.bean.impl;
import io.github.mmm.bean.AbstractBean;
import io.github.mmm.bean.StandardPropertyBuilders;
import io.github.mmm.entity.property.builder.EntityPropertyBuilders;
/**
* Implementation of {@link EntityPropertyBuilders}.
*
* @since 1.0.0
*/
public class EntityPropertyBuildersImpl extends StandardPropertyBuilders implements EntityPropertyBuilders {
/**
* The constructor.
*
* @param bean the
*/
public EntityPropertyBuildersImpl(AbstractBean bean) {
super(bean);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy