
com.icthh.xm.commons.lep.api.LepAdditionalContextField Maven / Gradle / Ivy
The newest version!
package com.icthh.xm.commons.lep.api;
public interface LepAdditionalContextField {
default Object get(String fieldName) {
return null; // implementation in BaseLepContext
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy