What are the JUnit annotations?
Annotations is a Java API that enables JVM to recognize the type of the method defined in the test class. There are ‘lifecycles call back annotations’ that are frequently used.
https://www.softwaretestinghelp.com/junit-annotations-tutorial/