Annotation Interface ViewContextStrategyQualifier


@Retention(RUNTIME) @Target(TYPE) public @interface ViewContextStrategyQualifier
Annotations which define a strategy to drive the behavior of the view context have to be annotated with this.

Annotations for built-in strategies: ViewContextByNameAndParameters, ViewContextByName, ViewContextByNavigation

See Also: