@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface TagAttribute
| Modifier and Type | Required Element and Description |
|---|---|
String |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue |
String |
description
A description to be used to compose the documentation of the generated library
|
Class<?> |
processor |
String |
property |
boolean |
required |
DeviceAdaptive.Device[] |
supportedDevices |
boolean |
supportsDataBinding |
boolean |
supportsI18N |
boolean |
supportsResources |
Class<?> |
type |
boolean |
xsdIgnore |
public abstract String value
public abstract Class<?> type
public abstract String defaultValue
public abstract String property
public abstract boolean required
public abstract boolean supportsI18N
public abstract boolean supportsResources
public abstract boolean supportsDataBinding
public abstract Class<?> processor
public abstract boolean xsdIgnore
public abstract DeviceAdaptive.Device[] supportedDevices
public abstract String description
Copyright © 2015. All rights reserved.