@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface TagAttributeDeclaration
| 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
|
boolean |
required |
boolean |
supportsDataBinding |
boolean |
supportsI18N |
boolean |
supportsResources |
Class<?> |
type |
public abstract String value
public abstract Class<?> type
public abstract String defaultValue
public abstract boolean required
public abstract boolean supportsI18N
public abstract boolean supportsResources
public abstract boolean supportsDataBinding
public abstract String description
Copyright © 2015. All rights reserved.