Package com.google.j2cl.junit.apt
Annotation Interface J2clTestInput
public @interface J2clTestInput
Annotation used to specify which class should be processed by the j2cl_test annotation processor.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value- Returns:
- the class to be processed
-