Package com.vaadin.testbench.unit
Annotation ViewPackages
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.RUNTIME)@Target(value = ElementType.TYPE)@Documented() public @interface ViewPackages
Annotation to use to scan given packages for routes and error views. Packages can be defined by their fully-qualified name or by providing classes that are members of them. If both classes and packages are empty, the scan is assumed to be limited to the annotated class package.