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

com.gitee.feizns.bean.PropertiesIterable Maven / Gradle / Ivy

package com.gitee.feizns.bean;

import java.util.Iterator;

/**
 * @author feizns
 * @since 2019/6/5
 */
public interface PropertiesIterable extends Iterable> {

    @Override
    default Iterator> iterator() {
        return PropertyUtils.props(this).iterator();
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy