*** 87,96 **** --- 87,101 ---- public abstract int minorVersion(); public abstract Library parent(); /** + * <p> Return the Architecture of this library. </p> + */ + public abstract ModuleArchitecture architecture(); + + /** * <p> Read the module-info class bytes for the module with the given * identifier, from this library only. </p> * * @param mid * The identifier of the module being sought