@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @InlineViewMetaData(targetViewConfigProvider=ViewRef.ViewRefTargetViewConfigProvider.class, inlineMetaDataTransformer=ViewRef.ViewRefInlineMetaDataTransformer.class) public @interface ViewRef
ViewControllerRef
.
ViewRef annotation instances are not present at runtime as metadata, they are instead transformed to
ViewControllerRef instances during deployment.Modifier and Type | Required Element and Description |
---|---|
Class<? extends ViewConfig>[] |
config
Specifies the views to bind to the view-controller.
|
public abstract Class<? extends ViewConfig>[] config
ViewConfig
s of views bound to the view-controllerCopyright © 2015 The Apache Software Foundation. All rights reserved.