com.rapid7.armor.dictionary.Dictionary Maven / Gradle / Ivy
The newest version!
package com.rapid7.armor.dictionary;
public interface Dictionary {
String getValue(Integer entityId);
}
package com.rapid7.armor.dictionary;
public interface Dictionary {
String getValue(Integer entityId);
}