/*
@Destination(
title = "example.layout.dataview.destination.title.short",
titleExt = "example.layout.dataview.destination.title.long",
titleBack = "example.layout.dataview.destination.title.back"
)
@Example(
descriptionPath = "/WEB-INF/includes/examples/layout/dataview-desc.xhtml",
examplePath = "/WEB-INF/includes/examples/layout/dataview-example.xhtml",
resourcesPath = "/WEB-INF/includes/examples/example-resources.xhtml"
)
@ExampleResources(
resources = {
@ExampleResource(type = ResourceType.xhtml,
title = "dataview-example.xhtml",
resource = "/WEB-INF/includes/examples/layout/dataview-example.xhtml"),
@ExampleResource(type = ResourceType.java,
title = "DataViewBean.java",
resource = "/WEB-INF/classes/org/icemobile/samples/mobileshowcase" +
"/view/examples/layout/dataview/DataViewBean.java")
}
)*/
Example of the offending commented code taken from the showcase\example\mobi\scan\QrCodeBean.java class: