Uses of Enum Class
com.vaadin.flow.plugin.maven.FrontendScannerConfig.AnnotationScannerMode
-
Uses of FrontendScannerConfig.AnnotationScannerMode in com.vaadin.flow.plugin.maven
Methods in com.vaadin.flow.plugin.maven that return FrontendScannerConfig.AnnotationScannerModeModifier and TypeMethodDescriptionFrontendScannerConfig.getScannerMode()Gets the annotation scanner mode.Returns the enum constant of this class with the specified name.FrontendScannerConfig.AnnotationScannerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.plugin.maven with parameters of type FrontendScannerConfig.AnnotationScannerModeModifier and TypeMethodDescriptionvoidFrontendScannerConfig.setScannerMode(FrontendScannerConfig.AnnotationScannerMode scannerMode) Sets the annotation scanner mode.