Kleine Anpassung von Kommentaren.

This commit is contained in:
Etienne Zink 2022-03-19 18:07:24 +01:00
parent c32a0cc222
commit 2706c31beb

View File

@ -4,7 +4,8 @@ import de.dhbwstuttgart.parser.scope.JavaClassName;
import org.objectweb.asm.Type;
/**
* Represents a Java typ variable like {@code <T>} or {@code <T extends String>}.
* Represents a Java typ variable.
* E.g. {@code <T>} or {@code <T extends String>}.
*
* @since Studienarbeit Type Erasure
* @author etiennezink