public static class DevModeInitializer.VisitedClasses extends Object implements Serializable
| Constructor and Description |
|---|
VisitedClasses(Set<String> visitedClassNames)
Creates a new instance based on a set of class names.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allDependenciesVisited(Class<?> dependencyClass)
Checks whether all dependency annotations of the provided class have
been visited.
|
public boolean allDependenciesVisited(Class<?> dependencyClass)
dependencyClass - the class to checktrue if all dependencies of the class have been
visited, false otherwiseCopyright © 2000–2019 Vaadin Ltd. All rights reserved.