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

com.taobao.hsf.util.AttributeKey Maven / Gradle / Ivy

There is a newer version: 1.8.3
Show newest version
package com.taobao.hsf.util;

/**
 * @author sixie.xyn on 2017/7/13.
 */
public class AttributeKey {


    public int getId() {
        return 0;
    }

    public String getName() {
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy