de.hilling.lang.annotations.tests.Person Maven / Gradle / Ivy
The newest version!
package de.hilling.lang.annotations.tests;
@IntegrationTestAnnotation(value = "Example", type = IntegrationTestAnnotation__Literal.class)
public class Person {
}