Annotation Interface Popup
@Documented
@Target(TYPE)
@Retention(RUNTIME)
@Component
@Scope("prototype")
public @interface Popup
Marks an annotated class as a popup exposed to browsers.
Popups can be fields of controllers, pages、other popups or components.
Popups literally represent a popup, have visibility states.
For controlling visibilities, use show/hide methods of
PageFacade
or AbstractPopup
.