注释类型 AThingChild
-
@Target(TYPE) @Retention(RUNTIME) public @interface AThingChild
应用在类上,用于定义一个子节点,使用继承的方法。 如:{name="xxx" extends="xxxx"}- 作者:
- zyx
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 StringdescriptorsStringname
-
@Target(TYPE) @Retention(RUNTIME) public @interface AThingChild
| 修饰符和类型 | 必需的元素 | 说明 |
|---|---|---|
String |
descriptors |
|
String |
name |