mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
package info for content and infocontent
This commit is contained in:
parent
3283d566f3
commit
d6bc8bb9cd
@ -0,0 +1,7 @@
|
|||||||
|
/**
|
||||||
|
* This package only contains the classes needed to build the start page of the application.
|
||||||
|
* The start page consists of an introduction and a short demonstration of the features of the website.
|
||||||
|
*/
|
||||||
|
@org.springframework.lang.NonNullFields
|
||||||
|
@org.springframework.lang.NonNullApi
|
||||||
|
package edu.kit.typicalc.view.content.infocontent;
|
@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* The content package contains two sub-packages. One package consists of the structures needed to display the
|
||||||
|
* type inference algorithm step by step, the other one contains structures to build the start page of the website.
|
||||||
|
* The classes inside the content package are used by both sub packages.
|
||||||
|
*/
|
||||||
|
@org.springframework.lang.NonNullFields
|
||||||
|
@org.springframework.lang.NonNullApi
|
||||||
|
package edu.kit.typicalc.view.content;
|
Loading…
Reference in New Issue
Block a user