package com.glxp.api.util.gs1; /** * @author guilherme.pacheco */ public interface AI { String getCode(); String getDescription(); String getFormat(); }