@Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Property
| Modifier and Type | Optional Element and Description |
|---|---|
String |
bundleKey
Defines a bundle key that will be used to internationalize the property's label wherever
its necessary.
|
PropertyFormType |
formType
Defines the type of field to be used in the default form.
|
boolean |
shared
Defines whether or not this property should be shared by its parents.
|
public abstract PropertyFormType formType
public abstract boolean shared
public abstract String bundleKey
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.