add package-info to LatexCreator package

This commit is contained in:
ucrhh 2021-02-11 11:23:11 +01:00
parent f614869677
commit ef071309ec

View File

@ -0,0 +1,7 @@
/**
* This package contains the needed classes for creating latex code to display all the structures created by the model.
*/
@NonNullApi
package edu.kit.typicalc.view.content.typeinferencecontent.latexcreator;
import org.springframework.lang.NonNullApi;