Hinzufügen des Grundkonstrukts der Intermediate-Typen.

This commit is contained in:
Etienne Zink 2022-03-17 17:36:34 +01:00
parent 0aab2d9f53
commit c22d12f6b0
5 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,4 @@
package de.dhbwstuttgart.intermediate.types;
public class IntermediateExtendsWildcard {
}

View File

@ -0,0 +1,4 @@
package de.dhbwstuttgart.intermediate.types;
public class IntermediateGenericType {
}

View File

@ -0,0 +1,4 @@
package de.dhbwstuttgart.intermediate.types;
public class IntermediateRefType {
}

View File

@ -0,0 +1,4 @@
package de.dhbwstuttgart.intermediate.types;
public class IntermediateSuperWildcard {
}

View File

@ -0,0 +1,5 @@
package de.dhbwstuttgart.intermediate.types;
public interface IntermediateType {
}