Annotation Interface PageObject
Indicates that an annotated class is a "Page Object".
Such classes are considered as candidates for auto-detection
when using annotation-based configuration and classpath scanning.
- Author:
- Paul.Brodner
- See Also:
-
ClassPathBeanDefinitionScanner
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe value may indicate a suggestion for a logical page object name, to be turned into a Spring bean in case of an autodetected component.- Returns:
- the suggested component name, if any
- Default:
- ""
-