@Retention(value=CLASS) @Target(value=METHOD) @Inherited public @interface Facet
Describes facet of UIComponent.
| Modifier and Type | Optional Element and Description |
|---|---|
Description |
description
Facet description. |
boolean |
generate
If true, getter and setter methods for this facet will be generated. |
String |
name
Facet name |
public abstract String name
Facet name
public abstract boolean generate
If true, getter and setter methods for this facet will be generated.
public abstract Description description
Facet description.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.