This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package dat.TestPackage; | |
/* TODO: Notice that all my classes are private except for my 'Methods' class. | |
This ensures that the ONLY way to manipulate private classes & fields, | |
is through my Methods class | |
*/ | |
import jakarta.persistence.*; | |
public final class TestData |